Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp34 extern __declspec(dllexport) int scalable_posix_memalign(void **, size_t, size_t);
78 extern "C" int scalable_posix_memalign(void **, size_t, size_t) in scalable_posix_memalign() function
H A Dtest_malloc_compliance.cpp1027 Rposix_memalign=scalable_posix_memalign;
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def24 scalable_posix_memalign;
H A Dlin64-tbbmalloc.def24 scalable_posix_memalign;
H A Dwin32-tbbmalloc.def22 scalable_posix_memalign
H A Dwin64-tbbmalloc.def22 scalable_posix_memalign
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h67 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_posix_memalign(void** memptr, size_t alignment, s…
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp243 return scalable_posix_memalign(memptr, alignment, size); in posix_memalign()
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3096 extern "C" int scalable_posix_memalign(void **memptr, size_t alignment, size_t size) in scalable_posix_memalign() function