Searched refs:tsd_fetch (Results 1 – 8 of 8) sorted by relevance
1791 tsd = tsd_fetch(); in malloc_init_hard()2256 tsd_t *tsd = tsd_fetch(); in imalloc()2672 tsd_t *tsd = tsd_fetch(); in je_realloc()3218 tsd = tsd_fetch(); in je_rallocx()3388 tsd = tsd_fetch(); in je_xallocx()3478 tsd_t *tsd = tsd_fetch(); in je_dallocx()3537 tsd_t *tsd = tsd_fetch(); in sdallocx_default()3642 tsd = tsd_fetch(); in je_mallctl()3662 tsd_t *tsd = tsd_fetch(); in je_mallctlnametomib()3684 tsd = tsd_fetch(); in je_mallctlbymib()[all …]
429 tsd = tsd_fetch(); in malloc_tsd_boot0()437 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
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()
1147 tsd_bytes_until_sample_set(tsd_fetch(), 0); in prof_sample_threshold_update()1177 tsd_bytes_until_sample_set(tsd_fetch(), bytes_until_sample); in prof_sample_threshold_update()1213 tsd = tsd_fetch(); in prof_bt_count()1954 tsd = tsd_fetch(); in prof_cnt_all()2023 tsd = tsd_fetch(); in prof_fdump()2554 tsd_t *tsd = tsd_fetch(); in prof_log_stop_final()
1270 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy()1287 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_post_reentrancy()
763 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
380 tsd_fetch(void) { in tsd_fetch() function
385 - tsd_t *tsd = tsd_fetch();