Home
last modified time | relevance | path

Searched refs:scalable_realloc (Results 1 – 10 of 10) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pure_c.c81 p1 = scalable_realloc(p2, i); in main()
99 p1 = scalable_realloc(p2, i); in main()
H A Dtest_malloc_lib_unload.cpp31 extern __declspec(dllexport) void *scalable_realloc(void *, size_t);
63 extern "C" void *scalable_realloc(void *, size_t) in scalable_realloc() function
H A Dtest_malloc_regression.cpp105 char *buf1 = (char*)scalable_realloc(buf, 2*realSz); in TestReallocMsize()
H A Dtest_malloc_compliance.cpp1024 Rrealloc=scalable_realloc;
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def23 scalable_realloc;
H A Dlin64-tbbmalloc.def23 scalable_realloc;
H A Dwin32-tbbmalloc.def21 scalable_realloc
H A Dwin64-tbbmalloc.def21 scalable_realloc
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h59 TBBMALLOC_EXPORT void* __TBB_EXPORTED_FUNC scalable_realloc(void* ptr, size_t size);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2997 extern "C" void* scalable_realloc(void* ptr, size_t size) in scalable_realloc() function