Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc224 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
231 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc225 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
231 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc266 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
272 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h203 AllocatorStatCount enumerator
206 typedef uptr AllocatorStatCounters[AllocatorStatCount];
238 atomic_uintptr_t stats_[AllocatorStatCount];
265 for (int i = 0; i < AllocatorStatCount; i++) in Unregister()
270 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr)); in Get()
274 for (int i = 0; i < AllocatorStatCount; i++) in Get()
281 for (int i = 0; i < AllocatorStatCount; i++) in Get()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp606 uptr stats[AllocatorStatCount]; in __sanitizer_get_current_allocated_bytes()
612 uptr stats[AllocatorStatCount]; in __sanitizer_get_heap_size()