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

References

projects/compiler-rt/lib/asan/asan_memory_profile.cpp
   87     for (uptr i = 0; i < allocations_.size(); i++) {
   87     for (uptr i = 0; i < allocations_.size(); i++) {
   88       if (allocations_[i].id == id) {
   89         allocations_[i].total_size += size;
   90         allocations_[i].count++;