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

References

projects/compiler-rt/lib/scudo/scudo_allocator_secondary.h
  128     CHECK_EQ(CommittedBeg, AddressRange.Map(CommittedBeg, CommittedSize));
  133     H->CommittedSize = CommittedSize;
  140       Stats->Add(AllocatorStatAllocated, CommittedSize);
  141       Stats->Add(AllocatorStatMapped, CommittedSize);
  142       AllocatedBytes += CommittedSize;
  143       if (LargestSize < CommittedSize)
  144         LargestSize = CommittedSize;