Lines Matching defs:pool
171 deMemPool* pool; in createPoolInternal() local
243 deMemPool* pool = createPoolInternal(DE_NULL); in deMemPool_createRoot() local
283 deMemPool* pool; in deMemPool_create() local
298 void deMemPool_destroy (deMemPool* pool) in deMemPool_destroy()
378 int deMemPool_getNumChildren (const deMemPool* pool) in deMemPool_getNumChildren()
390 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse) in deMemPool_getNumAllocatedBytes()
408 int deMemPool_getCapacity (const deMemPool* pool, deBool recurse) in deMemPool_getCapacity()
426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_allocInternal()
499 void* deMemPool_alloc (deMemPool* pool, size_t numBytes) in deMemPool_alloc()
517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc()
536 void* deMemPool_memDup (deMemPool* pool, const void* ptr, size_t numBytes) in deMemPool_memDup()
550 char* deMemPool_strDup (deMemPool* pool, const char* str) in deMemPool_strDup()
566 char* deMemPool_strnDup (deMemPool* pool, const char* str, int maxLength) in deMemPool_strnDup()
583 int deMemPool_getMaxNumAllocatedBytes (const deMemPool* pool) in deMemPool_getMaxNumAllocatedBytes()
589 int deMemPool_getMaxCapacity (const deMemPool* pool) in deMemPool_getMaxCapacity()