/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stackdepotbase.h | 50 atomic_load_relaxed(&n_uniq_ids), in GetStats() 71 atomic_uint32_t n_uniq_ids; variable 139 s = atomic_fetch_add(&n_uniq_ids, 1, memory_order_relaxed) + 1; in Put()
|
H A D | sanitizer_common_libcdep.cpp | 53 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()
|
H A D | sanitizer_common.h | 1034 uptr n_uniq_ids; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_report.cc | 129 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids); in ReportStats() 134 chained_origin_depot_stats->n_uniq_ids); in ReportStats()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cc | 56 stack_depot_stats->n_uniq_ids, in BackgroundThread()
|
H A D | sanitizer_stackdepot.cc | 137 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
|
H A D | sanitizer_stackdepotbase.h | 118 stats.n_uniq_ids++; in Put()
|
H A D | sanitizer_common.h | 928 uptr n_uniq_ids; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cc | 58 stack_depot_stats->n_uniq_ids, in BackgroundThread()
|
H A D | sanitizer_stackdepot.cc | 139 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
|
H A D | sanitizer_stackdepotbase.h | 120 stats.n_uniq_ids++; in Put()
|
H A D | sanitizer_common.h | 933 uptr n_uniq_ids; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_stats.cc | 130 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_stats.cpp | 129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_stats.cc | 128 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_mac.cc | 181 stacks->n_uniq_ids, stacks->allocated / 1024, in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 127 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cc | 183 stacks->n_uniq_ids, stacks->allocated / 1024, in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 129 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_mac.cpp | 190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cpp | 146 stacks.n_uniq_ids, nlive, nthread); in WriteMemoryProfile()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan.cpp | 155 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()
|