Lines Matching defs:pool
171 deMemPool *pool; in createPoolInternal() local
244 deMemPool *pool = createPoolInternal(NULL); in deMemPool_createRoot() local
284 deMemPool *pool; in deMemPool_create() local
299 void deMemPool_destroy(deMemPool *pool) in deMemPool_destroy()
381 int deMemPool_getNumChildren(const deMemPool *pool) in deMemPool_getNumChildren()
393 int deMemPool_getNumAllocatedBytes(const deMemPool *pool, bool recurse) in deMemPool_getNumAllocatedBytes()
411 int deMemPool_getCapacity(const deMemPool *pool, bool recurse) in deMemPool_getCapacity()
429 void *deMemPool_allocInternal(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_allocInternal()
503 void *deMemPool_alloc(deMemPool *pool, size_t numBytes) in deMemPool_alloc()
521 void *deMemPool_alignedAlloc(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_alignedAlloc()
540 void *deMemPool_memDup(deMemPool *pool, const void *ptr, size_t numBytes) in deMemPool_memDup()
554 char *deMemPool_strDup(deMemPool *pool, const char *str) in deMemPool_strDup()
570 char *deMemPool_strnDup(deMemPool *pool, const char *str, int maxLength) in deMemPool_strnDup()
587 int deMemPool_getMaxNumAllocatedBytes(const deMemPool *pool) in deMemPool_getMaxNumAllocatedBytes()
593 int deMemPool_getMaxCapacity(const deMemPool *pool) in deMemPool_getMaxCapacity()