zStatus zList_Alloc(zList list, zUIntPtr itemSize, z32u initialCapacity);
|
Parameters |
Description |
|
zList list |
List object. |
|
zUIntPtr itemSize |
Size of a single list element. |
|
z32u initialCapacity |
Capacity initially reserved for list items. |
Resets the list item buffer.
Existing list items are not preserved.
zList.h