Searched refs:prof_alloc_prep (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 16 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, 136 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep() function
|
| A D | private_symbols.txt | 365 prof_alloc_prep
|
| A D | private_namespace.h | 365 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
|
| A D | private_unnamespace.h | 365 #undef prof_alloc_prep
|
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc.c | 1626 prof_tctx_t *tctx = prof_alloc_prep( in imalloc_body() 1898 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof() 2260 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof() 2428 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 789 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|
Completed in 14 milliseconds