Home
last modified time | relevance | path

Searched refs:arena_cleanup (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h46 void arena_cleanup(tsd_t *tsd);
Dprivate_namespace_jet.h4 #define arena_cleanup JEMALLOC_N(arena_cleanup) macro
Dprivate_namespace.h4 #define arena_cleanup JEMALLOC_N(arena_cleanup) macro
/external/jemalloc_new/src/
Dtsd.c207 arena_cleanup(tsd); in tsd_do_data_cleanup()
Djemalloc.c609 arena_cleanup(tsd_t *tsd) { in arena_cleanup() function