Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h51 bool tsd_tcache_enabled_data_init(tsd_t *tsd);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h391 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c236 return tsd_tcache_enabled_data_init(tsd); in tsd_data_init()
H A Dtcache.c395 tsd_tcache_enabled_data_init(tsd_t *tsd) { in tsd_tcache_enabled_data_init() function