Lines Matching defs:memPool
587 MemoryPool *memPool; member in rml::internal::TLSData
615 TLSData *TLSKey::createTLS(MemoryPool *memPool, Backend *backend) in createTLS()
874 void *BootStrapBlocks::allocate(MemoryPool *memPool, size_t size) in allocate()
2367 static void *allocateAligned(MemoryPool *memPool, size_t size, size_t alignment) in allocateAligned()
2400 static void *reallocAligned(MemoryPool *memPool, void *ptr, in reallocAligned()
2550 static void *internalPoolMalloc(MemoryPool* memPool, size_t size) in internalPoolMalloc()
2632 static bool internalPoolFree(MemoryPool *memPool, void *object, size_t size) in internalPoolFree()
2720 rml::internal::MemoryPool *memPool = in pool_create_v1() local
2737 bool pool_destroy(rml::MemoryPool* memPool) in pool_destroy()
2746 bool pool_reset(rml::MemoryPool* memPool) in pool_reset()
2777 void *pool_aligned_realloc(rml::MemoryPool* memPool, void *ptr, size_t size, size_t alignment) in pool_aligned_realloc()
2877 for (MemoryPool *memPool = defaultMemPool->next; memPool; memPool = memPool->next) in doThreadShutdownNotification() local