Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() function
/external/jemalloc_new/src/
Djemalloc.c1889 prof_tctx_t *tctx = prof_alloc_prep(
2191 tctx = prof_alloc_prep(tsd, usize, prof_active, true);
2644 tctx = prof_alloc_prep(tsd, *usize, prof_active, false);
2825 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);
/external/jemalloc_new/
DChangeLog1163 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is