Home
last modified time | relevance | path

Searched refs:n_uniq_ids (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h50 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 Dsanitizer_common_libcdep.cpp53 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()
H A Dsanitizer_common.h1034 uptr n_uniq_ids; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc129 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 Dsanitizer_common_libcdep.cc56 stack_depot_stats->n_uniq_ids, in BackgroundThread()
H A Dsanitizer_stackdepot.cc137 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
H A Dsanitizer_stackdepotbase.h118 stats.n_uniq_ids++; in Put()
H A Dsanitizer_common.h928 uptr n_uniq_ids; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc58 stack_depot_stats->n_uniq_ids, in BackgroundThread()
H A Dsanitizer_stackdepot.cc139 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
H A Dsanitizer_stackdepotbase.h120 stats.n_uniq_ids++; in Put()
H A Dsanitizer_common.h933 uptr n_uniq_ids; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc130 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc128 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc181 stacks->n_uniq_ids, stacks->allocated / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cc127 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc183 stacks->n_uniq_ids, stacks->allocated / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cc129 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp146 stacks.n_uniq_ids, nlive, nthread); in WriteMemoryProfile()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp155 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()