RAD Studio VCL Reference
|
TMinimumBlockAlignment defines the mimimum byte alignment for memory block allocation.
TMinimumBlockAlignment = ( mba8Byte, mba16Byte );
enum TMinimumBlockAlignment { mba8Byte, mba16Byte };
System
The TMinimumBlockAlignment type defines either 8 byte (mba8Byte) or 16 byte (mba16Byte) block alignments. Namely, that the memory address is divisible exactly by 8 or 16 respectively.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|