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.h333 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool update);
445 prof_alloc_prep(tsd_t *tsd, size_t usize, bool update) in prof_alloc_prep() function
Dprivate_symbols.txt355 prof_alloc_prep
Dprivate_namespace.h355 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
Dprivate_unnamespace.h355 #undef prof_alloc_prep
/external/jemalloc/src/
Djemalloc.c1381 tctx = prof_alloc_prep(tsd, usize, true);
1467 tctx = prof_alloc_prep(tsd, usize, true);
1595 tctx = prof_alloc_prep(tsd, usize, true);
1697 tctx = prof_alloc_prep(tsd, usize, true);
1994 tctx = prof_alloc_prep(tsd, *usize, true);
2100 tctx = prof_alloc_prep(tsd, *usize, false);
2256 tctx = prof_alloc_prep(tsd, max_usize, false);
/external/jemalloc/
DChangeLog486 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is