Searched refs:AllocatorStatCount (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc187 uptr stats[AllocatorStatCount];
196 uptr stats[AllocatorStatCount];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc187 uptr stats[AllocatorStatCount];
196 uptr stats[AllocatorStatCount];
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h203 AllocatorStatCount enumerator in enum:__sanitizer::AllocatorStat
206 typedef uptr AllocatorStatCounters[AllocatorStatCount];
237 atomic_uintptr_t stats_[AllocatorStatCount];
261 for (int i = 0; i < AllocatorStatCount; i++)
266 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
270 for (int i = 0; i < AllocatorStatCount; i++)
277 for (int i = 0; i < AllocatorStatCount; i++)

Completed in 242 milliseconds