RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.NumSmallBlockTypes Constant

NumSmallBlockTypes is the number of small memory block types employed by the default memory manager.

Pascal
NumSmallBlockTypes = 55;
C++
NumSmallBlockTypes = 55;

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!