Home
last modified time | relevance | path

Searched refs:tcache_assert_initialized (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h84 tcache_assert_initialized(tsd_tcachep_get(tsd)); in tcache_available()
H A Dtcache_externs.h65 void tcache_assert_initialized(tcache_t *tcache);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h664 #define tcache_assert_initialized JEMALLOC_N(tcache_assert_initialized) macro
/src/contrib/jemalloc/src/
H A Dtcache.c1099 void tcache_assert_initialized(tcache_t *tcache) { in tcache_assert_initialized() function