Home
last modified time | relevance | path

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

/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/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/libchrome/base/process/
Dprocess_metrics_posix.cc100 malloc_statistics_t stats = {0}; in GetMallocUsage()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProcess.inc93 malloc_statistics_t Stats;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc94 malloc_statistics_t Stats;
/external/llvm/lib/Support/Unix/
DProcess.inc101 malloc_statistics_t Stats;