Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray1_ConstructEx ( kArray1 array,
kType  itemType,
kSize  length,
kAlloc  allocator,
kAlloc  dataAllocator 
)

Constructs a kArray1 object using a separate allocator for data array memory.

Parameters
arrayReceives the constructed object.
itemTypeType of array element.
lengthLength of array.
allocatorPrimary memory allocator (or kNULL for default).
dataAllocatorData array allocator (or kNULL for default).
Returns
Operation status.