Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h20 AllocatorStatCount enumerator
23 typedef uptr AllocatorStatCounters[AllocatorStatCount];
55 atomic_uintptr_t stats_[AllocatorStatCount];
82 for (int i = 0; i < AllocatorStatCount; i++) in Unregister()
87 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr)); in Get()
91 for (int i = 0; i < AllocatorStatCount; i++) in Get()
98 for (int i = 0; i < AllocatorStatCount; i++) in Get()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp274 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
280 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp338 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
345 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp359 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
365 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp383 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
389 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp129 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp405 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
411 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp131 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp465 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
471 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp581 uptr stats[AllocatorStatCount]; in getStats()