Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h50 void arenas_tdata_cleanup(tsd_t *tsd);
H A Dprivate_namespace.h11 #define arenas_tdata_cleanup JEMALLOC_N(arenas_tdata_cleanup) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c367 arenas_tdata_cleanup(tsd); in tsd_do_data_cleanup()
H A Djemalloc.c637 arenas_tdata_cleanup(tsd_t *tsd) { in arenas_tdata_cleanup() function