RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TMemoryManagerState Record
Pascal
TMemoryManagerState = packed record
  SmallBlockTypeStates: TSmallBlockTypeStates;
  AllocatedMediumBlockCount: Cardinal;
  TotalAllocatedMediumBlockSize: Cardinal;
  ReservedMediumBlockAddressSpace: Cardinal;
  AllocatedLargeBlockCount: Cardinal;
  TotalAllocatedLargeBlockSize: Cardinal;
  ReservedLargeBlockAddressSpace: Cardinal;
end;
C++
struct TMemoryManagerState {
  TSmallBlockTypeStates SmallBlockTypeStates;
  unsigned AllocatedMediumBlockCount;
  unsigned TotalAllocatedMediumBlockSize;
  unsigned ReservedMediumBlockAddressSpace;
  unsigned AllocatedLargeBlockCount;
  unsigned TotalAllocatedLargeBlockSize;
  unsigned ReservedLargeBlockAddressSpace;
};

System

This is record System.TMemoryManagerState.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!