Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt19 arena_cleanup
Dprivate_namespace.h19 #define arena_cleanup JEMALLOC_N(arena_cleanup) macro
Dprivate_unnamespace.h19 #undef arena_cleanup
Djemalloc_internal.h474 void arena_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in474 void arena_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c641 arena_cleanup(tsd_t *tsd) in arena_cleanup() function