Searched refs:tsd_fetch (Results 1 – 7 of 7) sorted by relevance
266 tsd = tsd_fetch(); in malloc_tsd_boot0()274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
1558 tsd = tsd_fetch(); in malloc_init_hard()2003 tsd_t *tsd = tsd_fetch(); in imalloc()2682 tsd = tsd_fetch(); in je_rallocx()2846 tsd = tsd_fetch(); in je_xallocx()2930 tsd_t *tsd = tsd_fetch(); in je_dallocx()2990 tsd_t *tsd = tsd_fetch(); in je_sdallocx()3070 tsd = tsd_fetch(); in je_mallctl()3112 tsd = tsd_fetch(); in je_mallctlbymib()3308 tsd = tsd_fetch(); in jemalloc_prefork()3380 tsd = tsd_fetch(); in jemalloc_postfork_parent()[all …]
44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_map()83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_unmap()
943 tsd = tsd_fetch(); in prof_bt_count()1683 tsd = tsd_fetch(); in prof_cnt_all()1752 tsd = tsd_fetch(); in prof_fdump()
1199 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy()1216 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_post_reentrancy()
679 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
291 tsd_fetch(void) { in tsd_fetch() function