Home
last modified time | relevance | path

Searched refs:internalPoolMalloc (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp738 static void *internalPoolMalloc(MemoryPool* mPool, size_t size);
2380 result = internalPoolMalloc(memPool, size); in allocateAligned()
2382 void *unaligned = internalPoolMalloc(memPool, size+alignment); in allocateAligned()
2432 internalPoolMalloc(memPool, newSize); in reallocAligned()
2444 internalPoolMalloc(memPool, newSize); in reallocAligned()
2550 static void *internalPoolMalloc(MemoryPool* memPool, size_t size) in internalPoolMalloc() function
2593 return internalPoolMalloc(memPool, size); in internalPoolMalloc()
2619 return internalPoolMalloc(memPool, size); in internalPoolMalloc()
2663 return internalPoolMalloc(defaultMemPool, size); in internalMalloc()
2755 return internalPoolMalloc((rml::internal::MemoryPool*)mPool, size); in pool_malloc()
[all …]