Home
last modified time | relevance | path

Searched refs:TCACHES_ELM_NEED_REINIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_types.h57 #define TCACHES_ELM_NEED_REINIT ((tcache_t *)(uintptr_t)1) macro
H A Dtcache_inlines.h221 } else if (unlikely(elm->tcache == TCACHES_ELM_NEED_REINIT)) { in tcaches_get()
/freebsd/contrib/jemalloc/src/
H A Dtcache.c697 elm->tcache = TCACHES_ELM_NEED_REINIT; in tcaches_elm_remove()
702 if (tcache == TCACHES_ELM_NEED_REINIT) { in tcaches_elm_remove()