Home
last modified time | relevance | path

Searched refs:tsdn_fetch (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drtree.c70 tsdn = tsdn_fetch(); in TEST_BEGIN()
94 tsdn_t *tsdn = tsdn_fetch(); in TEST_BEGIN()
122 tsdn_t *tsdn = tsdn_fetch(); in TEST_BEGIN()
162 tsdn_t *tsdn = tsdn_fetch(); in TEST_BEGIN()
H A Dprof_tctx.c12 tsdn = tsdn_fetch(); in TEST_BEGIN()
H A Darena_reset.c127 tsdn = tsdn_fetch(); in do_arena_reset_pre()
141 tsdn = tsdn_fetch(); in do_arena_reset_post()
H A Dretained.c138 arena_t *arena = arena_get(tsdn_fetch(), arena_ind, false); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dzone.c143 return ivsalloc(tsdn_fetch(), ptr); in zone_size()
167 if (ivsalloc(tsdn_fetch(), ptr) != 0) { in zone_free()
177 if (ivsalloc(tsdn_fetch(), ptr) != 0) { in zone_realloc()
197 alloc_size = ivsalloc(tsdn_fetch(), ptr); in zone_free_definite_size()
H A Djemalloc.c638 tsdn = tsdn_fetch(); in stats_print_atexit()
2903 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3039 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3123 tsdn = tsdn_fetch(); in je_malloc_stats_print()
3139 tsdn = tsdn_fetch(); in je_malloc_usable_size()
H A Dprof.c928 tsdn = tsdn_fetch(); in prof_tdata_count()
H A Dextent.c1185 tsdn = tsdn_fetch(); in extent_alloc_default()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h300 tsdn_fetch(void) { in tsdn_fetch() function