Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h52 bool tsd_tcache_data_init(tsd_t *tsd);
Dtcache_inlines.h21 tsd_tcache_data_init(tsd); in tcache_enabled_set()
Dprivate_namespace.h357 #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init) macro
Dprivate_namespace_jet.h364 #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init) macro
/external/jemalloc_new/src/
Dtcache.c362 tsd_tcache_data_init(tsd); in tsd_tcache_enabled_data_init()
404 tsd_tcache_data_init(tsd_t *tsd) { in tsd_tcache_data_init() function