Searched refs:allocateAligned (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 2367 static void *allocateAligned(MemoryPool *memPool, size_t size, size_t alignment) in allocateAligned() function 2431 result = alignment ? allocateAligned(memPool, newSize, alignment) : in reallocAligned() 2443 result = alignment ? allocateAligned(memPool, newSize, alignment) : in reallocAligned() 2774 return allocateAligned((rml::internal::MemoryPool*)mPool, size, alignment); in pool_aligned_malloc() 2785 tmp = allocateAligned(mPool, size, alignment); in pool_aligned_realloc() 3100 void *result = allocateAligned(defaultMemPool, size, alignment); in scalable_posix_memalign() 3113 void *tmp = allocateAligned(defaultMemPool, size, alignment); in scalable_aligned_malloc() 3127 tmp = allocateAligned(defaultMemPool, size, alignment); in scalable_aligned_realloc() 3148 tmp = allocateAligned(defaultMemPool, size, alignment); in __TBB_malloc_safer_aligned_realloc() 3166 tmp = allocateAligned(defaultMemPool, size, alignment); in __TBB_malloc_safer_aligned_realloc()
|