Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt463 thread_deallocated_cleanup
Dprivate_namespace.h463 #define thread_deallocated_cleanup JEMALLOC_N(thread_deallocated_cleanup) macro
Dprivate_unnamespace.h463 #undef thread_deallocated_cleanup
Djemalloc_internal.h449 void thread_deallocated_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in449 void thread_deallocated_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c627 thread_deallocated_cleanup(tsd_t *tsd) in thread_deallocated_cleanup() function