reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_stats.cpp
  129          stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20);
projects/compiler-rt/lib/hwasan/hwasan.cpp
  167       sds->allocated, sds->n_uniq_ids, asc[AllocatorStatMapped]);
projects/compiler-rt/lib/msan/msan_report.cpp
  129     Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated);
  135            chained_origin_depot_stats->allocated);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
   54             stack_depot_stats->allocated) {
   58                  stack_depot_stats->allocated >> 20);
   59           prev_reported_stack_depot_size = stack_depot_stats->allocated;
projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
  126   stats.allocated += memsz;
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  141       stacks->allocated >> 20, stacks->n_uniq_ids,