Type Alias

NSZone

A type used to identify and manage memory zones. メモリゾーンを識別および管理するために使われるある型。

Declaration 宣言

typedef struct _NSZone NSZone;

Topics 話題

Managing Zones ゾーンを管理する

Zones are ignored on iOS and 64-bit runtime in macOS. You should not use zones in current development. ゾーンは、iOS上でそしてmacOSでの64-bit runtimeで無視されます。あなたは、現在の開発においてゾーンを使うべきではありません。

See Also 参照

Legacy レガシー