Searched refs:prof_alloc_prep (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 333 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
|
D | private_symbols.txt | 355 prof_alloc_prep
|
D | private_namespace.h | 355 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
|
D | private_unnamespace.h | 355 #undef prof_alloc_prep
|
/external/jemalloc/src/ |
D | jemalloc.c | 1381 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/ |
D | ChangeLog | 486 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|