Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h64 tcaches_t *next;
H A Dtcache_types.h8 typedef struct tcaches_s tcaches_t; typedef
H A Dtcache_externs.h35 extern tcaches_t *tcaches;
H A Dtcache_inlines.h183 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
/src/contrib/jemalloc/src/
H A Dtcache.c71 tcaches_t *tcaches;
77 static tcaches_t *tcaches_avail;
926 tcaches_t *elm; in tcaches_create()
947 tcaches_elm_remove(tsd_t *tsd, tcaches_t *elm, bool allow_reinit) { in tcaches_elm_remove()
980 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()