Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h47 void arenas_tdata_cleanup(tsd_t *tsd);
Dprivate_namespace_jet.h10 #define arenas_tdata_cleanup JEMALLOC_N(arenas_tdata_cleanup) macro
Dprivate_namespace.h10 #define arenas_tdata_cleanup JEMALLOC_N(arenas_tdata_cleanup) macro
/external/jemalloc_new/src/
Dtsd.c208 arenas_tdata_cleanup(tsd); in tsd_do_data_cleanup()
Djemalloc.c619 arenas_tdata_cleanup(tsd_t *tsd) { in arenas_tdata_cleanup() function