Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h53 bool tsd_tcache_enabled_data_init(tsd_t *tsd);
Dprivate_namespace_jet.h365 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
Dprivate_namespace.h358 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
/external/jemalloc_new/src/
Dtsd.c84 return tsd_tcache_enabled_data_init(tsd); in tsd_data_init()
Dtcache.c355 tsd_tcache_enabled_data_init(tsd_t *tsd) { in tsd_tcache_enabled_data_init() function