Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h38 tcache_t *tcache_create_explicit(tsd_t *tsd);
H A Dtcache_inlines.h222 elm->tcache = tcache_create_explicit(tsd); in tcaches_get()
H A Dprivate_namespace.h377 #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dtcache.c486 tcache_create_explicit(tsd_t *tsd) { in tcache_create_explicit() function
661 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create()