Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_externs.h43 void tcaches_destroy(tsd_t *tsd, unsigned ind);
HDprivate_namespace.h388 #define tcaches_destroy JEMALLOC_N(tcaches_destroy) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.c720 tcaches_destroy(tsd_t *tsd, unsigned ind) { in tcaches_destroy() function
HDctl.c2024 tcaches_destroy(tsd, tcache_ind); in tcache_destroy_ctl()