Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_inlines.h16 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 Dprivate_symbols.txt365 prof_alloc_prep
A Dprivate_namespace.h365 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
A Dprivate_unnamespace.h365 #undef prof_alloc_prep
/third_party/ulib/jemalloc/src/
A Djemalloc.c1626 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 DChangeLog789 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is

Completed in 14 milliseconds