Home
last modified time | relevance | path

Searched refs:tcaches_get (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h216 tcaches_get(tsd_t *tsd, unsigned ind) { in tcaches_get() function
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1933 tcache = tcaches_get(tsd, dopts->tcache_ind); in imalloc_no_sample()
3235 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); in je_rallocx()
3489 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); in je_dallocx()
3550 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); in sdallocx_default()