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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h50 atomic_load_relaxed(&n_uniq_ids),
71 atomic_uint32_t n_uniq_ids; member in class:__sanitizer::StackDepotBase
139 s = atomic_fetch_add(&n_uniq_ids, 1, memory_order_relaxed) + 1;
H A Dsanitizer_common_libcdep.cpp50 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20);
H A Dsanitizer_common.h1075 uptr n_uniq_ids; member in struct:__sanitizer::StackDepotStats
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp132 Printf("Unique heap origins: %zu\n", stack_depot_stats.n_uniq_ids);
137 chained_origin_depot_stats.n_uniq_ids);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp120 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp182 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]);

Completed in 153 milliseconds