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.txt543 thread_deallocated_cleanup
Dprivate_namespace.h540 #define thread_deallocated_cleanup JEMALLOC_N(thread_deallocated_cleanup) macro
Dprivate_unnamespace.h540 #undef thread_deallocated_cleanup
Djemalloc_internal.h494 void thread_deallocated_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in494 void thread_deallocated_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c691 thread_deallocated_cleanup(tsd_t *tsd) in thread_deallocated_cleanup() function