Returns a new, initialized object of class allocateClass with
size indexable instance variables. Pass 0 for
saves and
NULL for
saveList. The instance variables of pointer objects are initialized to
nil. All other objects are initialized to 0.
Error cases: If the object could not be allocated for any reason, returns NULL.
Returns a new, initialized Array object with
size indexable instance variables. This is a convenience macro wrapping
EsAllocateObject.
Returns a new, initialized ByteArray object with
size indexable instance variables. This is a convenience macro wrapping
EsAllocateObject.
Returns a new, initialized DbString object with
size indexable instance variables. This is a convenience macro wrapping
EsAllocateObject.
Returns a new, initialized String object with
size indexable instance variables. This is a convenience macro wrapping
EsAllocateObject.
Same as EsAllocateObject, except the object is allocated in fixed space. This means that the object does not move during a garbage collect.
Error cases: If the object could not be allocated for any reason, returns
NULL.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.