Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp58 #pragma weak scalable_aligned_malloc macro
64 void* scalable_aligned_malloc(std::size_t, std::size_t);
106 DLD(scalable_aligned_malloc, cache_aligned_allocate_handler_unsafe),
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp35 extern __declspec(dllexport) void *scalable_aligned_malloc(size_t, size_t);
83 extern "C" void *scalable_aligned_malloc(size_t, size_t) in scalable_aligned_malloc() function
H A Dtest_malloc_regression.cpp131 p[i] = (char*)scalable_aligned_malloc(allocSz[s], align[a]); in TestAlignedMsize()
H A Dtest_malloc_compliance.cpp1028 Raligned_malloc=scalable_aligned_malloc;
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp214 return scalable_aligned_malloc(size, alignment); in PREFIX()
222 return scalable_aligned_malloc(size, memoryPageSize); in PREFIX()
255 return scalable_aligned_malloc(size, memoryPageSize); in pvalloc()
365 return scalable_aligned_malloc( size, alignment>sizeof(size_t*)?alignment:sizeof(size_t*) ); in safer_aligned_malloc()
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h71 TBBMALLOC_EXPORT void* __TBB_EXPORTED_FUNC scalable_aligned_malloc(size_t size, size_t alignment);
290 void* p = scalable_aligned_malloc(bytes, alignment); in do_allocate()
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def25 scalable_aligned_malloc;
H A Dlin64-tbbmalloc.def25 scalable_aligned_malloc;
H A Dwin32-tbbmalloc.def23 scalable_aligned_malloc
H A Dwin64-tbbmalloc.def23 scalable_aligned_malloc
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3107 extern "C" void * scalable_aligned_malloc(size_t size, size_t alignment) in scalable_aligned_malloc() function