Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDprivate_namespace.h456 #define tcaches_destroy JEMALLOC_N(tcaches_destroy) macro
HDtcache.h145 void tcaches_destroy(tsd_t *tsd, unsigned ind);
/NextBSD/contrib/jemalloc/src/
HDtcache.c485 tcaches_destroy(tsd_t *tsd, unsigned ind) in tcaches_destroy() function
HDctl.c1530 tcaches_destroy(tsd, tcache_ind); in tcache_destroy_ctl()