Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/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.cpp50 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()
H A Dsanitizer_common.h1075 uptr n_uniq_ids; member
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp132 Printf("Unique heap origins: %zu\n", stack_depot_stats.n_uniq_ids); in ReportStats()
137 chained_origin_depot_stats.n_uniq_ids); in ReportStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp120 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp182 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()