Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
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()
/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc52 CHECK(sizeof(malloc_statistics_t) == sizeof(AsanMallocStats)); \
53 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
/external/libchrome/base/process/
Dprocess_metrics_posix.cc100 malloc_statistics_t stats = {0}; in GetMallocUsage()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc101 malloc_statistics_t stats = {0}; in OnMemoryDump()
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc226 malloc_statistics_t stats1, stats2; in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc278 void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) {
/external/llvm/lib/Support/Unix/
DProcess.inc101 malloc_statistics_t Stats;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc95 malloc_statistics_t Stats;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc98 malloc_statistics_t Stats;
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs743 pub struct malloc_statistics_t {
5343 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() argument