RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.SetMinimumBlockAlignment Function

Sets the minimum memory block alignment.

Pascal
procedure SetMinimumBlockAlignment(AMinimumBlockAlignment: TMinimumBlockAlignment);
C++
SetMinimumBlockAlignment(TMinimumBlockAlignment AMinimumBlockAlignment);

System

SetMinimumBlockAlignment sets the Memory Manager's minimum block alignment. Existing allocations are not affected if this setting is changed. The memory manager will enforce the new setting for all allocations made after the change. 

 

Memory Management 

Configuring the Memory Manager

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