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

/freebsd-13-stable/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);
H A Dprivate_namespace.h377 #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit) macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c486 tcache_create_explicit(tsd_t *tsd) { function
661 tcache_t *tcache = tcache_create_explicit(tsd);

Completed in 122 milliseconds