System.TMinimumBlockAlignment

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TMinimumBlockAlignment = (mba8Byte, mba16Byte);

C++

enum DECLSPEC_DENUM TMinimumBlockAlignment : unsigned char { mba8Byte, mba16Byte };

プロパティ

種類 可視性 ソース ユニット
enum public
System.pas
System.hpp
System System

説明

TMinimumBlockAlignment は、メモリ ブロック割り当てのアラインメントの最小バイトを表します。

TMinimumBlockAlignment 型は、8 バイト(mba8Byte)または 16 バイト(mba16Byte)のメモリ ブロック アラインメントのいずれかを表します。つまり、メモリ アドレスは、8 または 16 でちょうど割り切れます。

関連項目