RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TSmallBlockTypeStates Type

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;

System

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

 

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