Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt542 thread_allocated_cleanup
Dprivate_namespace.h539 #define thread_allocated_cleanup JEMALLOC_N(thread_allocated_cleanup) macro
Dprivate_unnamespace.h539 #undef thread_allocated_cleanup
Djemalloc_internal.h493 void thread_allocated_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in493 void thread_allocated_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c684 thread_allocated_cleanup(tsd_t *tsd) in thread_allocated_cleanup() function