Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h141 if (ctl_mibnametomib(tsd_fetch(), mib, miblen, name, miblenp) \
151 if (ctl_bymibname(tsd_fetch(), mib, miblen, name, miblenp, \
H A Dehooks.h86 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in ehooks_pre_reentrancy()
92 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in ehooks_post_reentrancy()
H A Dtsd.h448 tsd_fetch(void) { in tsd_fetch() function
/src/contrib/jemalloc/src/
H A Dtsd.c446 tsd = tsd_fetch(); in malloc_tsd_boot0()
453 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
H A Djemalloc.c2171 tsd = tsd_fetch(); in malloc_init_hard()
2685 tsd_t *tsd = tsd_fetch(); in imalloc()
3508 tsd = tsd_fetch(); in do_rallocx()
3603 tsd_t *tsd = tsd_fetch(); in do_realloc_nonnull_zero()
3773 tsd = tsd_fetch(); in je_xallocx()
4004 tsd = tsd_fetch(); in je_mallctl()
4024 tsd_t *tsd = tsd_fetch(); in je_mallctlnametomib()
4046 tsd = tsd_fetch(); in je_mallctlbymib()
4143 tsd_t *tsd = tsd_fetch(); in batch_alloc()
4449 tsd = tsd_fetch(); in jemalloc_prefork()
[all …]
H A Dprof_log.c418 tsd_t *tsd = tsd_fetch(); in prof_log_stop_final()
H A Dprof.c290 tsd = tsd_fetch(); in prof_fdump()
H A Dprof_data.c431 tsd = tsd_fetch(); in prof_bt_count()
1126 tsd_t *tsd = tsd_fetch(); in prof_cnt_all()
H A Dctl.c1019 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
/src/contrib/jemalloc/
H A DFREEBSD-diffs385 - tsd_t *tsd = tsd_fetch();