Choco OS
V.0.16.9.0
Join to the chocolate world
|
Functions | |
oC_Queue_t | oC_Queue_New (Allocator_t Allocator, oC_MemorySize_t BufferSize) |
allocates memory for a queue More... | |
oC_Queue_t oC_Queue_New | ( | Allocator_t | Allocator, |
oC_MemorySize_t | BufferSize | ||
) |
The function allocates memory for a new queue object
Allocator | Allocator to use for the allocation |
Definition at line 89 of file oc_queue.c.