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.txt499 thread_deallocated_cleanup
Dprivate_namespace.h501 #define thread_deallocated_cleanup JEMALLOC_N(thread_deallocated_cleanup) macro
Dprivate_unnamespace.h501 #undef thread_deallocated_cleanup
Djemalloc_internal.h473 void thread_deallocated_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in473 void thread_deallocated_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c634 thread_deallocated_cleanup(tsd_t *tsd) in thread_deallocated_cleanup() function