Manual Memory Management 手動メモリ管理

Allocate and manage memory manually. メモリを手動でアロケートして管理します。

Topics 話題

First Steps 初歩

Typed Pointers 型付ポインタ

Use typed pointers and buffers to access memory as instances of a specific type. 型付きのポインタとバッファを使って、メモリに特定の型のインスタンスとしてアクセスします。

Raw Pointers 生のポインタ

Use raw pointers and buffers to access memory for loading and storing as raw bytes. 生のポインタとバッファを使って、ロードおよび格納のためにメモリに生のバイトとしてアクセスします。

Memory Access メモリアクセス

Memory Layout メモリレイアウト

Reference Counting 参照カウント

See Also 参照

Programming Tasks プログラミング作業