Home
last modified time | relevance | path

Searched refs:malloc_statistics_t (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/jemalloc_new/src/
H A Dzone.c39 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 Dasan_malloc_mac.cc52 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 Dallocator_shim_override_apple_default_zone.h77 malloc_statistics_t* stats) { in MallocIntrospectionStatistics()
129 malloc_statistics_t* stats) { in MallocIntrospectionTaskStatistics()
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics_posix.cc100 malloc_statistics_t stats = {0}; in GetMallocUsage()
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics_posix.cc132 malloc_statistics_t stats = {0}; in GetMallocUsage()
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmalloc_dump_provider.cc101 malloc_statistics_t stats = {0}; in OnMemoryDump()
/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc226 malloc_statistics_t stats1, stats2; in TEST()
/aosp_15_r20/external/cronet/base/allocator/
H A Dearly_zone_registration_apple.cc198 malloc_statistics_t* stats) {};
/aosp_15_r20/external/skia/bench/
H A DSkSLBench.cpp636 malloc_statistics_t stats; in heap_bytes_used()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc278 void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) {
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmalloc_dump_provider.cc162 malloc_statistics_t stats = {0}; in ReportAppleAllocStats()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Unix/
H A DProcess.inc102 malloc_statistics_t Stats;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DProcess.inc95 malloc_statistics_t Stats;
/aosp_15_r20/external/llvm/lib/Support/Unix/
H A DProcess.inc101 malloc_statistics_t Stats;
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DProcess.inc98 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 Dmod.rs877 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 Dmod.rs877 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 Dmod.rs877 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 Dmod.rs877 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 Dmod.rs877 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/
Dmod.rs885 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 Dmod.rs877 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/
Ddelete_c_library.patch94259 -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) {