cf_memory_pool_alloc¶
Category: allocator
GitHub: cute_alloc.h
Allocates a chunk of memory from the pool. The allocation size was determined by element_size
in cf_make_memory_pool.
Parameters | Description |
---|---|
pool | The pool. |
Return Value¶
Returns an aligned pointer of size
bytes.
Related Pages¶
cf_make_memory_pool
cf_destroy_memory_pool
cf_memory_pool_free