HomeSort by: relevance | last modified time | path
    Searched refs:AllocatorStatCount (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h 21 AllocatorStatCount
24 typedef uptr AllocatorStatCounters[AllocatorStatCount];
56 atomic_uintptr_t stats_[AllocatorStatCount];
83 for (int i = 0; i < AllocatorStatCount; i++)
88 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
92 for (int i = 0; i < AllocatorStatCount; i++)
99 for (int i = 0; i < AllocatorStatCount; i++)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 302 uptr stats[AllocatorStatCount];
309 uptr stats[AllocatorStatCount];
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 331 uptr stats[AllocatorStatCount];
337 uptr stats[AllocatorStatCount];
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 348 uptr stats[AllocatorStatCount];
354 uptr stats[AllocatorStatCount];

Completed in 14 milliseconds