Home
last modified time | relevance | path

Searched refs:__libc_free (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_atexit.cpp65 void __libc_free(void *ptr);
71 __libc_free(ptr); in free()
H A Dtest_malloc_overload.cpp88 void __libc_free(void *ptr);
474 CheckStdFuncOverload(__libc_malloc, __libc_calloc, __libc_realloc, __libc_free);
475 CheckMemalignFuncOverload(__libc_memalign, __libc_free);
476 CheckVallocFuncOverload(__libc_valloc, __libc_free);
477 CheckPvalloc(__libc_pvalloc, __libc_free);
/oneTBB/src/tbbmalloc_proxy/def/
H A Dlin32-proxy.def34 __libc_free;
H A Dlin64-proxy.def34 __libc_free;
/oneTBB/doc/main/tbb_userguide/
H A DLinux_C_Dynamic_Memory_Interface_Replacement.rst30 ``__libc_free``, ``__libc_realloc``, ``__libc_pvalloc``,
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp294 void __libc_free(void *ptr) in __libc_free() function