RAD Studio VCL Reference
|
Sets the minimum memory block alignment.
procedure SetMinimumBlockAlignment(AMinimumBlockAlignment: TMinimumBlockAlignment);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|