Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h50 bool tsd_tcache_data_init(tsd_t *tsd);
H A Dtcache_inlines.h21 tsd_tcache_data_init(tsd); in tcache_enabled_set()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h390 #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init) macro
/freebsd/contrib/jemalloc/src/
H A Dtcache.c402 tsd_tcache_data_init(tsd); in tsd_tcache_enabled_data_init()
444 tsd_tcache_data_init(tsd_t *tsd) { in tsd_tcache_data_init() function