Choco OS  V.0.16.9.0
Join to the chocolate world
Queue

Functions

oC_Queue_t oC_Queue_New (Allocator_t Allocator, oC_MemorySize_t BufferSize)
 allocates memory for a queue More...
 

Detailed Description

Function Documentation

oC_Queue_t oC_Queue_New ( Allocator_t  Allocator,
oC_MemorySize_t  BufferSize 
)

The function allocates memory for a new queue object

Parameters
AllocatorAllocator to use for the allocation
Returns
pointer to the queue or NULL if error

Definition at line 89 of file oc_queue.c.