cf_memory_pool_free¶
Category: allocator
GitHub: cute_alloc.h
Frees an allocation made by cf_memory_pool_alloc.
| Parameters | Description |
|---|---|
pool |
The pool. |
element |
The pointer to deallocate. |
Related Pages¶
cf_make_memory_pool
cf_destroy_memory_pool
cf_memory_pool_alloc