Zen API
|
kStatus kArrayList_Allocate | ( | kArrayList | list, |
kType | itemType, | ||
kSize | initialCapacity | ||
) |
Reallocates the list item buffer.
list | List object. |
itemType | Type of list element. |
initialCapacity | Capacity initially reserved for list items. |