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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h21 AllocatorStatCount enumerator in enum:AllocatorStat
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++)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h19 AllocatorStatCount enumerator in enum:AllocatorStat
22 typedef uptr AllocatorStatCounters[AllocatorStatCount];
54 atomic_uintptr_t stats_[AllocatorStatCount];
81 for (int i = 0; i < AllocatorStatCount; i++)
86 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
90 for (int i = 0; i < AllocatorStatCount; i++)
97 for (int i = 0; i < AllocatorStatCount; i++)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h20 AllocatorStatCount enumerator in enum:AllocatorStat
23 typedef uptr AllocatorStatCounters[AllocatorStatCount];
55 atomic_uintptr_t stats_[AllocatorStatCount];
82 for (int i = 0; i < AllocatorStatCount; i++)
87 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
91 for (int i = 0; i < AllocatorStatCount; i++)
98 for (int i = 0; i < AllocatorStatCount; i++)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc302 uptr stats[AllocatorStatCount];
309 uptr stats[AllocatorStatCount];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc305 uptr stats[AllocatorStatCount];
312 uptr stats[AllocatorStatCount];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp333 uptr stats[AllocatorStatCount];
340 uptr stats[AllocatorStatCount];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc331 uptr stats[AllocatorStatCount];
337 uptr stats[AllocatorStatCount];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc348 uptr stats[AllocatorStatCount];
354 uptr stats[AllocatorStatCount];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc346 uptr stats[AllocatorStatCount];
352 uptr stats[AllocatorStatCount];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp460 uptr stats[AllocatorStatCount];
466 uptr stats[AllocatorStatCount];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp363 uptr stats[AllocatorStatCount];
369 uptr stats[AllocatorStatCount];
H A Dtsan_platform_linux.cpp129 uptr internal_stats[AllocatorStatCount];

Completed in 230 milliseconds