Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp36 extern __declspec(dllexport) void *scalable_aligned_realloc(void *, size_t, size_t);
88 extern "C" void *scalable_aligned_realloc(void *, size_t, size_t) in scalable_aligned_realloc() function
H A Dtest_malloc_regression.cpp146 p[i] = (char*)scalable_aligned_realloc(p[i], 2*allocSz[s], align[a]); in TestAlignedMsize()
H A Dtest_malloc_compliance.cpp1029 Raligned_realloc=scalable_aligned_realloc;
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def26 scalable_aligned_realloc;
H A Dlin64-tbbmalloc.def26 scalable_aligned_realloc;
H A Dwin32-tbbmalloc.def24 scalable_aligned_realloc
H A Dwin64-tbbmalloc.def24 scalable_aligned_realloc
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h75 TBBMALLOC_EXPORT void* __TBB_EXPORTED_FUNC scalable_aligned_realloc(void* ptr, size_t size, size_t …
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3118 extern "C" void * scalable_aligned_realloc(void *ptr, size_t size, size_t alignment) in scalable_aligned_realloc() function