Home
last modified time | relevance | path

Searched refs:prof_alloc_prep (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() function
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c1873 prof_tctx_t *tctx = prof_alloc_prep( in imalloc_body()
2175 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof()
2628 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof()
2809 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog1163 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is