Home
last modified time | relevance | path

Searched refs:tcaches (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtcache.c22 tcaches_t *tcaches; variable
630 if (tcaches == NULL) { in tcaches_create_prep()
631 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep()
633 if (tcaches == NULL) { in tcaches_create_prep()
673 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()
675 elm = &tcaches[tcaches_past]; in tcaches_create()
711 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind], true); in tcaches_flush()
722 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h26 extern tcaches_t *tcaches;
H A Dtcache_inlines.h217 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h386 #define tcaches JEMALLOC_N(tcaches) macro
/freebsd/contrib/jemalloc/
H A DChangeLog286 - Post-fork(2), re-initialize the list of tcaches associated with each arena
287 to contain no tcaches except the forking thread's. (@interwq)
843 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and