Home
last modified time | relevance | path

Searched defs:memPool (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp587 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()
[all …]
H A Dlarge_objects.cpp34 void LargeObjectCache::init(ExtMemoryPool *memPool) in init()