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

References

projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   68                                  CommitSize, "scudo:secondary", 0, &Data));
   72   H->BlockEnd = CommitBase + CommitSize;
   77     AllocatedBytes += CommitSize;
   78     if (LargestSize < CommitSize)
   79       LargestSize = CommitSize;
   81     Stats.add(StatAllocated, CommitSize);
   85     *BlockEnd = CommitBase + CommitSize;