Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray3_ConstructEx ( kArray3 array,
kType  itemType,
kSize  length0,
kSize  length1,
kSize  length2,
kAlloc  allocator,
kAlloc  dataAllocator 
)

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

Parameters
arrayReceives the constructed kArray3 object.
itemTypeType of array element.
length0Length of first array dimension (outermost).
length1Length of second array dimension.
length2Length of third array dimension (innermost).
allocatorPrimary memory allocator (or kNULL for default).
dataAllocatorData array allocator (or kNULL for default).
Returns
Operation status.