Zen API
|
kStatus kArray3_ConstructEx | ( | kArray3 * | array, |
kType | itemType, | ||
kSize | length0, | ||
kSize | length1, | ||
kSize | length2, | ||
kAlloc | allocator, | ||
kAlloc | valueAllocator, | ||
kMemoryAlignment | valueAlignment = kALIGN_ANY |
||
) |
Constructs a kArray3 object using a separate allocator for data array memory.
array | Receives the constructed kArray3 object. |
itemType | Type of array element. |
length0 | Length of first array dimension (outermost). |
length1 | Length of second array dimension. |
length2 | Length of third array dimension (innermost). |
allocator | Primary memory allocator (or kNULL for default). |
valueAllocator | Data array allocator (or kNULL for default). |
valueAlignment | Memory alignment for the start address of values. |