System.TMarshal.AllocMem

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

Delphi

class function AllocMem(Size: NativeInt): TPtrWrapper;

プロパティ

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

説明

メモリ ブロックを割り当てます。

AllocMem は、Size バイトのメモリ ブロックを割り当て、それをラップ ポインタとして返します。

関連項目