/aosp_15_r20/external/jemalloc_new/src/ |
H A D | zone.c | 39 typedef struct malloc_statistics_t { struct 44 } malloc_statistics_t; argument 58 void (*statistics)(malloc_zone_t *, malloc_statistics_t *); 123 malloc_statistics_t *stats); 310 zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { in zone_statistics()
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_malloc_mac.cc | 52 CHECK(sizeof(malloc_statistics_t) == sizeof(AsanMallocStats)); \ 53 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_override_apple_default_zone.h | 77 malloc_statistics_t* stats) { in MallocIntrospectionStatistics() 129 malloc_statistics_t* stats) { in MallocIntrospectionTaskStatistics()
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | process_metrics_posix.cc | 100 malloc_statistics_t stats = {0}; in GetMallocUsage()
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_metrics_posix.cc | 132 malloc_statistics_t stats = {0}; in GetMallocUsage()
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | malloc_dump_provider.cc | 101 malloc_statistics_t stats = {0}; in OnMemoryDump()
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A D | asan_mac_test.cc | 226 malloc_statistics_t stats1, stats2; in TEST()
|
/aosp_15_r20/external/cronet/base/allocator/ |
H A D | early_zone_registration_apple.cc | 198 malloc_statistics_t* stats) {};
|
/aosp_15_r20/external/skia/bench/ |
H A D | SkSLBench.cpp | 636 malloc_statistics_t stats; in heap_bytes_used()
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_malloc_mac.inc | 278 void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) {
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | malloc_dump_provider.cc | 162 malloc_statistics_t stats = {0}; in ReportAppleAllocStats()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Unix/ |
H A D | Process.inc | 102 malloc_statistics_t Stats;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
H A D | Process.inc | 95 malloc_statistics_t Stats;
|
/aosp_15_r20/external/llvm/lib/Support/Unix/ |
H A D | Process.inc | 101 malloc_statistics_t Stats;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
H A D | Process.inc | 98 malloc_statistics_t Stats;
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6243 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6223 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6243 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6223 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6223 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 885 pub struct malloc_statistics_t { 6320 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 877 pub struct malloc_statistics_t { 6243 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 94259 -typedef struct malloc_statistics_t { 94264 -} malloc_statistics_t; 94278 - void (*statistics)(malloc_zone_t *, malloc_statistics_t *); 94343 - malloc_statistics_t *stats); 94530 -zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) {
|