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;

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!