|
Zen API
|
| kStatus kArray1_ConstructEx | ( | kArray1 * | array, |
| kType | itemType, | ||
| kSize | length, | ||
| kAlloc | allocator, | ||
| kAlloc | valueAllocator, | ||
| kMemoryAlignment | valueAlignment = kALIGN_ANY |
||
| ) |
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). |
| valueAllocator | Data array allocator (or kNULL for default). |
| valueAlignment | Memory alignment. |