Home
last modified time | relevance | path

Searched refs:prof_malloc_sample_object (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_inlines_b.h129 prof_malloc_sample_object(tsdn, ptr, usize, tctx); in prof_malloc()
165 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx); in prof_realloc()
H A Dprof_externs.h46 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
H A Dprivate_namespace.h302 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
H A Dprivate_namespace_jet.h307 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c241 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object() function
/aosp_15_r20/external/jemalloc_new/
H A DChangeLog670 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch17192 - prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
48747 -void prof_malloc_sample_object(tsd_t *tsd, const void *ptr, size_t size,
48967 - prof_malloc_sample_object(tsd, ptr, size, usize, tctx);
49002 - prof_malloc_sample_object(tsd, ptr, size, usize, tctx);
49021 - * prof_malloc_sample_object() call, because tctx and old_tctx may be
49245 - * True during prof_alloc_prep()..prof_malloc_sample_object(), prevents
83925 -prof_malloc_sample_object(tsd_t *tsd, const void *ptr, size_t size,