95 void *PreallocatedMemory,
96 int PreallocatedMemorySize,
111 void *PreallocatedMemory,
112 int PreallocatedMemorySize);
void * MemoryPoolAllocate(MemoryPool_t pool)
MemoryPool_t CreateMemoryPool(int itemSize, int itemCount, int Alignment)
int AddExtraMemoryToPoolStatic(MemoryPool_t pool, void *PreallocatedMemory, int PreallocatedMemorySize)
int AddExtraMemoryToPool(MemoryPool_t pool, int ItemCount)
MemoryPool_t CreateMemoryPoolStatic(int ItemSize, void *PreallocatedMemory, int PreallocatedMemorySize, int Alignment)
void MemoryPoolFree(MemoryPool_t pool, void *memory)