Searched refs:tcache_create_explicit (Results 1 – 4 of 4) sorted by relevance
38 tcache_t *tcache_create_explicit(tsd_t *tsd);
222 elm->tcache = tcache_create_explicit(tsd); in tcaches_get()
377 #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit) macro
486 tcache_create_explicit(tsd_t *tsd) { in tcache_create_explicit() function661 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create()