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 D | prof_inlines_b.h | 129 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 D | prof_externs.h | 46 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
|
H A D | private_namespace.h | 302 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
H A D | private_namespace_jet.h | 307 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | prof.c | 241 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 D | ChangeLog | 670 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/ |
D | delete_c_library.patch | 17192 - 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,
|