Searched refs:n_uniq_ids (Results 1 – 19 of 19) sorted by relevance
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_report.cpp | 128 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids); in ReportStats() 133 chained_origin_depot_stats->n_uniq_ids); in ReportStats()
|
/external/compiler-rt/lib/msan/ |
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()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_libcdep.cc | 93 stack_depot_stats->n_uniq_ids, in BackgroundThread()
|
D | sanitizer_stackdepot.cc | 139 : map_(StackDepotGetStats()->n_uniq_ids + 100) { in StackDepotReverseMap()
|
D | sanitizer_stackdepotbase.h | 120 stats.n_uniq_ids++; in Put()
|
D | sanitizer_common.h | 838 uptr n_uniq_ids; member
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_stats.cpp | 120 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stats.cpp | 129 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 130 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_libcdep.cpp | 57 stack_depot_stats->n_uniq_ids, in BackgroundThread()
|
D | sanitizer_stackdepot.cpp | 131 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
|
D | sanitizer_stackdepotbase.h | 122 stats.n_uniq_ids++; in Put()
|
D | sanitizer_common.h | 985 uptr n_uniq_ids; member
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_mac.cpp | 187 stacks->n_uniq_ids, stacks->allocated / 1024, in WriteMemoryProfile()
|
D | tsan_platform_linux.cpp | 140 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 124 stacks->allocated >> 20, stacks->n_uniq_ids, in WriteMemoryProfile()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan.cpp | 154 sds->allocated, sds->n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 7746 <!-- __sanitizer::uptr __sanitizer::StackDepotStats::n_uniq_ids --> 7747 …<var-decl name='n_uniq_ids' type-id='type-id-106' visibility='default' filepath='../../.././libsan…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 4429 …<var-decl name='n_uniq_ids' type-id='type-id-106' visibility='default' filepath='../../.././libsan…
|