reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;