Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/src/
H A Dtsd.c266 tsd = tsd_fetch(); in malloc_tsd_boot0()
274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
H A Djemalloc.c1558 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 …]
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.c943 tsd = tsd_fetch(); in prof_bt_count()
1683 tsd = tsd_fetch(); in prof_cnt_all()
1752 tsd = tsd_fetch(); in prof_fdump()
H A Dextent.c1199 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()
H A Dctl.c679 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h291 tsd_fetch(void) { in tsd_fetch() function