HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorStatCount (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 216 u64 stats[AllocatorStatCount];
224 u64 stats[AllocatorStatCount];
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 202 AllocatorStatCount
205 typedef u64 AllocatorStatCounters[AllocatorStatCount];
231 atomic_uint64_t stats_[AllocatorStatCount];
255 for (int i = 0; i < AllocatorStatCount; i++)
260 internal_memset(s, 0, AllocatorStatCount * sizeof(u64));
264 for (int i = 0; i < AllocatorStatCount; i++)
    [all...]

Completed in 673 milliseconds