Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h334 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active,
461 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep() function
Dprivate_symbols.txt388 prof_alloc_prep
Dprivate_namespace.h390 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
Dprivate_unnamespace.h390 #undef prof_alloc_prep
/external/jemalloc/src/
Djemalloc.c1444 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1554 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1686 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1798 tctx = prof_alloc_prep(tsd, usize, prof_active, true);
2111 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true);
2230 tctx = prof_alloc_prep(tsd, *usize, prof_active, true);
2394 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);
/external/jemalloc/
DChangeLog654 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is