Function 関数

NSAllocateCollectable

Allocates collectable memory. 収容可能なメモリをアロケートします。

Declaration 宣言

void * NSAllocateCollectable(NSUInteger size, NSUInteger options);

Parameters パラメータ

size

The number of bytes of memory to allocate. アロケートすることになるメモリのバイト数。

options オプション

0 or NSScannedOption: A value of 0 allocates non-scanned memory; a value of NSScannedOption allocates scanned memory. 0またはNSScannedOption0の値は非スキャンメモリをアロケートします;NSScannedOptionの値は、スキャンメモリをアロケートします。

Return Value 戻り値

A pointer to the allocated memory, or NULL if the function is unable to allocate the requested memory. アロケートされたメモリへのポインタ、または関数が要求されたメモリをアロケートできないならばNULLを返します。

See Also 参照

Legacy レガシー