Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp59 #pragma weak scalable_aligned_free macro
65 void scalable_aligned_free(void*);
107 DLD(scalable_aligned_free, cache_aligned_deallocate_handler),
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp38 extern __declspec(dllexport) void scalable_aligned_free(void *);
98 extern "C" void scalable_aligned_free(void *) in scalable_aligned_free() function
H A Dtest_malloc_compliance.cpp1030 Taligned_free=scalable_aligned_free;
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def27 scalable_aligned_free;
H A Dlin64-tbbmalloc.def27 scalable_aligned_free;
H A Dwin32-tbbmalloc.def25 scalable_aligned_free
H A Dwin64-tbbmalloc.def25 scalable_aligned_free
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h79 TBBMALLOC_EXPORT void __TBB_EXPORTED_FUNC scalable_aligned_free(void* ptr);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3190 extern "C" void scalable_aligned_free(void *ptr) in scalable_aligned_free() function