Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_types.h7 typedef struct tcaches_s tcaches_t; typedef
H A Dtcache_structs.h66 tcaches_t *next;
H A Dtcache_externs.h26 extern tcaches_t *tcaches;
H A Dtcache_inlines.h217 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
/freebsd/contrib/jemalloc/src/
H A Dtcache.c22 tcaches_t *tcaches;
28 static tcaches_t *tcaches_avail;
667 tcaches_t *elm; in tcaches_create()
689 tcaches_elm_remove(tsd_t *tsd, tcaches_t *elm, bool allow_reinit) { in tcaches_elm_remove()
722 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()