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.txt498 thread_allocated_cleanup
Dprivate_namespace.h500 #define thread_allocated_cleanup JEMALLOC_N(thread_allocated_cleanup) macro
Dprivate_unnamespace.h500 #undef thread_allocated_cleanup
Djemalloc_internal.h472 void thread_allocated_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in472 void thread_allocated_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c627 thread_allocated_cleanup(tsd_t *tsd) in thread_allocated_cleanup() function