Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc88 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread() local
90 stack_depot_stats->allocated) { in BackgroundThread()
93 stack_depot_stats->n_uniq_ids, in BackgroundThread()
94 stack_depot_stats->allocated >> 20); in BackgroundThread()
95 prev_reported_stack_depot_size = stack_depot_stats->allocated; in BackgroundThread()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cpp51 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread() local
52 if (stack_depot_stats) { in BackgroundThread()
54 stack_depot_stats->allocated) { in BackgroundThread()
57 stack_depot_stats->n_uniq_ids, in BackgroundThread()
58 stack_depot_stats->allocated >> 20); in BackgroundThread()
59 prev_reported_stack_depot_size = stack_depot_stats->allocated; in BackgroundThread()
/external/llvm-project/compiler-rt/lib/memprof/
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()
/external/llvm-project/compiler-rt/lib/asan/
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()
/external/compiler-rt/lib/asan/
Dasan_stats.cc128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local
130 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_report.cpp125 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats() local
128 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids); in ReportStats()
129 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated); in ReportStats()
/external/compiler-rt/lib/msan/
Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats() local
129 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids); in ReportStats()
130 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated); in ReportStats()