MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tsdn_fetch

Function tsdn_fetch

app/redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd.h:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299JEMALLOC_ALWAYS_INLINE tsdn_t *
300tsdn_fetch(void) {
301 if (!tsd_booted_get()) {
302 return NULL;
303 }
304
305 return tsd_tsdn(tsd_fetch_impl(false, false));
306}
307
308JEMALLOC_ALWAYS_INLINE rtree_ctx_t *
309tsd_rtree_ctx(tsd_t *tsd) {

Callers 15

do_arena_reset_preFunction · 0.85
do_arena_reset_postFunction · 0.85
retained.cFile · 0.85
prof_tctx.cFile · 0.85
rtree.cFile · 0.85
TEST_BEGINFunction · 0.85
extent_alloc_defaultFunction · 0.85
zone_sizeFunction · 0.85
zone_freeFunction · 0.85
zone_reallocFunction · 0.85
zone_free_definite_sizeFunction · 0.85
stats_print_atexitFunction · 0.85

Calls 3

tsd_tsdnFunction · 0.85
tsd_fetch_implFunction · 0.85
tsd_booted_getFunction · 0.70

Tested by 3

do_arena_reset_preFunction · 0.68
do_arena_reset_postFunction · 0.68
TEST_BEGINFunction · 0.68