Zen API
|
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.
array | Receives the constructed object. |
itemType | Type of array element. |
length | Length of array. |
allocator | Primary memory allocator (or kNULL for default). |
dataAllocator | Data array allocator (or kNULL for default). |