Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h48 void iarena_cleanup(tsd_t *tsd);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h16 #define iarena_cleanup JEMALLOC_N(iarena_cleanup) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c365 iarena_cleanup(tsd); in tsd_do_data_cleanup()
H A Djemalloc.c617 iarena_cleanup(tsd_t *tsd) { in iarena_cleanup() function