RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::TSmallBlockTypeStates Type

System::TSmallBlockTypeStates is an array of small memory block information records.

Pascal
TSmallBlockTypeStates = array[0..NumSmallBlockTypes - 1] of TSmallBlockTypeState;
C++
array[0..NumSmallBlockTypes - 1] of TSmallBlockTypeState TSmallBlockTypeStates[NumSmallBlockTypes];

GetMemoryManagerState returns a structure containing memory usage statistics for each block type - small, medium and large blocks. It returns this data in a System::TMemoryManagerState record. Within that record is held a System::TSmallBlockTypeStates field - an array of System::TSmallBlockTypeState records. There are NumSmallBlockTypes (55) different small memory block sizes, and therefore 55 System::TSmallBlockTypeState records in this array. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!