Searched defs:memPool (Results 1 – 2 of 2) sorted by relevance
587 MemoryPool *memPool; member in rml::internal::TLSData615 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() local2737 bool pool_destroy(rml::MemoryPool* memPool) in pool_destroy()2746 bool pool_reset(rml::MemoryPool* memPool) in pool_reset()[all …]
34 void LargeObjectCache::init(ExtMemoryPool *memPool) in init()