Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/src/
H A Dtsd.c174 _malloc_thread_cleanup(void) { in _malloc_thread_cleanup() function
290 _malloc_thread_cleanup(); in _tls_callback()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A 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
/aosp_15_r20/external/jemalloc_new/
H A 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"
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch13334 -ac_fn_c_check_func "$LINENO" "_malloc_thread_cleanup" "ac_cv_func__malloc_thread_cleanup"
13346 - wrap_syms="${wrap_syms} _malloc_thread_cleanup _malloc_tsd_cleanup_register"
30968 -dnl Check whether the BSD-specific _malloc_thread_cleanup() exists. If so, use
30972 -AC_CHECK_FUNC([_malloc_thread_cleanup],
30978 - wrap_syms="${wrap_syms} _malloc_thread_cleanup _malloc_tsd_cleanup_register"
44407 - * Defined if _malloc_thread_cleanup() exists. At least in the case of
44410 - * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in
93881 -_malloc_thread_cleanup(void) {
94005 - _malloc_thread_cleanup();