Searched refs:n_uniq_ids (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/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 | 50 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()
|
H A D | sanitizer_common.h | 1075 uptr n_uniq_ids; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_report.cpp | 132 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 D | memprof_stats.cpp | 120 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan.cpp | 182 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()
|