'宣言 Public Shared Function AllocateClearedMemory( _ ByVal sizeInBytes As System.Integer, _ Optional ByVal clearValue As System.Byte, _ Optional ByVal align As System.Integer _ ) As System.IntPtr
public static System.IntPtr AllocateClearedMemory( System.int sizeInBytes, System.byte clearValue, System.int align )
パラメータ
- sizeInBytes
- 割り当てるバッファのサイズ。
- clearValue
- バッファをクリアするデフォルト値。
- align
- 整列、デフォルトでは 16 バイト。
戻り値の型
整列されたバッファへのポインタ。