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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h
   87     internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
   92         s[i] += stats->Get(AllocatorStat(i));
   99       s[i] = ((sptr)s[i]) >= 0 ? s[i] : 0;
   99       s[i] = ((sptr)s[i]) >= 0 ? s[i] : 0;
   99       s[i] = ((sptr)s[i]) >= 0 ? s[i] : 0;