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.txt22 arena_cleanup
Dprivate_namespace.h22 #define arena_cleanup JEMALLOC_N(arena_cleanup) macro
Dprivate_unnamespace.h22 #undef arena_cleanup
Djemalloc_internal.h496 void arena_cleanup(tsd_t *tsd);
Djemalloc_internal.h.in496 void arena_cleanup(tsd_t *tsd);
/external/jemalloc/src/
Djemalloc.c708 arena_cleanup(tsd_t *tsd) in arena_cleanup() function