Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_inlines_b.h102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() function
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c1891 prof_tctx_t *tctx = prof_alloc_prep(
2193 tctx = prof_alloc_prep(tsd, usize, prof_active, true);
2646 tctx = prof_alloc_prep(tsd, *usize, prof_active, false);
2827 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);
/aosp_15_r20/external/jemalloc_new/
H A DChangeLog1163 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch17685 - - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
48946 -prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) {
48986 - * Don't sample. The usize passed to prof_alloc_prep()
49245 - * True during prof_alloc_prep()..prof_malloc_sample_object(), prevents
77962 - prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active,
78884 - prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
79114 - * prof_alloc_prep() to decide whether to capture a backtrace.
79123 - * with prof_alloc_prep(), just in case allocation succeeds.
79129 - prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);