Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines.h134 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { in prof_alloc_prep() function
/src/contrib/jemalloc/src/
H A Djemalloc.c2554 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, in imalloc_body()
3476 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in irallocx_prof()
3724 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in ixallocx_prof()
/src/contrib/jemalloc/
H A DChangeLog1399 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is