Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp319 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
326 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp337 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
343 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp366 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
372 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp387 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
393 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp576 uptr stats[AllocatorStatCount]; in getStats()