Searched refs:tsd_fetch (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ctl.h | 141 if (ctl_mibnametomib(tsd_fetch(), mib, miblen, name, miblenp) \ 151 if (ctl_bymibname(tsd_fetch(), mib, miblen, name, miblenp, \
|
| H A D | ehooks.h | 86 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 D | tsd.h | 448 tsd_fetch(void) { in tsd_fetch() function
|
| /src/contrib/jemalloc/src/ |
| H A D | tsd.c | 446 tsd = tsd_fetch(); in malloc_tsd_boot0() 453 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
|
| H A D | jemalloc.c | 2171 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 D | prof_log.c | 418 tsd_t *tsd = tsd_fetch(); in prof_log_stop_final()
|
| H A D | prof.c | 290 tsd = tsd_fetch(); in prof_fdump()
|
| H A D | prof_data.c | 431 tsd = tsd_fetch(); in prof_bt_count() 1126 tsd_t *tsd = tsd_fetch(); in prof_cnt_all()
|
| H A D | ctl.c | 1019 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
|
| /src/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 385 - tsd_t *tsd = tsd_fetch();
|