Searched refs:tsd_fetch (Results 1 – 10 of 10) sorted by relevance
8 tsd_t *tsd_fetch(void);52 tsd_fetch(void) in tsd_fetch() function
30 tsd = tsd_fetch(); in tcache_flush()42 tsd = tsd_fetch(); in tcache_enabled_get()60 tsd = tsd_fetch(); in tcache_enabled_set()
500 tsd_fetch
500 #define tsd_fetch JEMALLOC_N(tsd_fetch) macro
500 #undef tsd_fetch
118 tsd = tsd_fetch(); in malloc_tsd_boot0()127 *tsd_arenas_tdata_bypassp_get(tsd_fetch()) = false; in malloc_tsd_boot1()
1616 tsd = tsd_fetch(); in imalloc_body()1991 tsd = tsd_fetch(); in je_realloc()2310 tsd = tsd_fetch(); in je_rallocx()2460 tsd = tsd_fetch(); in je_xallocx()2532 tsd = tsd_fetch(); in je_dallocx()2575 tsd = tsd_fetch(); in je_sdallocx()2630 tsd = tsd_fetch(); in je_mallctl()2663 tsd = tsd_fetch(); in je_mallctlbymib()2753 tsd = tsd_fetch(); in jemalloc_prefork()2805 tsd = tsd_fetch(); in jemalloc_postfork_parent()[all …]
913 tsd = tsd_fetch(); in prof_bt_count()1668 tsd = tsd_fetch(); in prof_cnt_all()1738 tsd = tsd_fetch(); in prof_fdump()
8 tsd = tsd_fetch(); in TEST_BEGIN()33 tsd = tsd_fetch(); in TEST_BEGIN()117 tsd = tsd_fetch(); in TEST_BEGIN()
34 decay_ticker = decay_ticker_get(tsd_fetch(), 0); in TEST_BEGIN()
Completed in 22 milliseconds