Home
last modified time | relevance | path

Searched refs:stack_depot_stats (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread() local
48 stack_depot_stats.allocated) { in BackgroundThread()
50 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()
51 prev_reported_stack_depot_size = stack_depot_stats.allocated; in BackgroundThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local
120 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local
129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_report.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats() local
130 Printf("Unique heap origins: %zu\n", stack_depot_stats.n_uniq_ids); in ReportStats()
131 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats.allocated); in ReportStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp31 StackDepotStats stack_depot_stats = StackDepotGetStats(); in TearDown() local
33 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in TearDown()