RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TMinimumBlockAlignment Enumeration

TMinimumBlockAlignment defines the mimimum byte alignment for memory block allocation.

Pascal
TMinimumBlockAlignment = (
  mba8Byte,
  mba16Byte
);
C++
enum TMinimumBlockAlignment {
  mba8Byte,
  mba16Byte
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!