struct CNPoolItem * itemList
List of pool items.
Definition: CNPool.h:25
void CNInitPool(struct CNPool *dst)
Initialize CNPool context.
Pool of variable data.
Definition: CNPool.h:22
Forward declaration of data types.
Information to present memory profile.
Definition: CNMemoryProfile.h:16
void * CNAllocateDataToPool(struct CNPool *pool, size_t size)
Allocate data in the CNPool.
void CNDestroyPool(struct CNPool *dst)
Release context in CNPool.
void CNProfileOfPool(struct CNMemoryProfile *dst, const struct CNPool *pool)
Get memory profile of memory pool.