|
Zen API
|
| kStatus kQueue_Construct | ( | kQueue * | queue, |
| kType | itemType, | ||
| kSize | initialCapacity, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kQueue object.
| queue | Receives constructed queue object. |
| itemType | Type of queue element. |
| initialCapacity | Capacity initially reserved for queue items. |
| allocator | Memory allocator (or kNULL for default). |