Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dtsd.c174 _malloc_thread_cleanup(void) { in _malloc_thread_cleanup() function
290 _malloc_thread_cleanup(); in _tls_callback()
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h.in122 * Defined if _malloc_thread_cleanup() exists. At least in the case of
125 * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in
/external/jemalloc_new/
Dconfigure.ac1661 dnl Check whether the BSD-specific _malloc_thread_cleanup() exists. If so, use
1665 AC_CHECK_FUNC([_malloc_thread_cleanup],
1671 wrap_syms="${wrap_syms} _malloc_thread_cleanup"