Searched refs:tsd_tcache_enabled_data_init (Results 1 – 5 of 5) sorted by relevance
53 bool tsd_tcache_enabled_data_init(tsd_t *tsd);
365 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
358 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
84 return tsd_tcache_enabled_data_init(tsd); in tsd_data_init()
355 tsd_tcache_enabled_data_init(tsd_t *tsd) { in tsd_tcache_enabled_data_init() function