Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDprivate_namespace.h455 #define tcaches_create JEMALLOC_N(tcaches_create) macro
HDtcache.h143 bool tcaches_create(tsd_t *tsd, unsigned *r_ind);
/NextBSD/contrib/jemalloc/src/
HDtcache.c434 tcaches_create(tsd_t *tsd, unsigned *r_ind) in tcaches_create() function
HDctl.c1471 if (tcaches_create(tsd, &tcache_ind)) { in tcache_create_ctl()