Home
last modified time | relevance | path

Searched refs:tsd_fetch (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1791 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 …]
H A Dtsd.c429 tsd = tsd_fetch(); in malloc_tsd_boot0()
437 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
H A Dbase.c44 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()
H A Dprof.c1147 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()
H A Dextent.c1270 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()
H A Dctl.c763 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h380 tsd_fetch(void) { in tsd_fetch() function
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs385 - tsd_t *tsd = tsd_fetch();