Home
last modified time | relevance | path

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

/src/lib/libc/stdlib/malloc/
H A DSymbol.map51 _malloc_thread_cleanup;
/src/contrib/jemalloc/src/
H A Dtsd.c344 _malloc_thread_cleanup(void) { in _malloc_thread_cleanup() function
468 _malloc_thread_cleanup(); in _tls_callback()
/src/lib/libc/include/
H A Dlibc_private.h299 void _malloc_thread_cleanup(void);
/src/lib/libthr/thread/
H A Dthr_exit.c299 _malloc_thread_cleanup();
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in115 * Defined if _malloc_thread_cleanup() exists. At least in the case of
118 * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in
/src/contrib/jemalloc/
H A Dconfigure.ac2010 dnl Check whether the BSD-specific _malloc_thread_cleanup() exists. If so, use
2014 AC_CHECK_FUNC([_malloc_thread_cleanup],
2020 wrap_syms="${wrap_syms} _malloc_thread_cleanup _malloc_tsd_cleanup_register"