Function 関数

NSDeallocateMemoryPages

Deallocates the specified block of memory. 指定されたメモリのブロックをデアロケートします。

Declaration 宣言

void NSDeallocateMemoryPages(void *ptr, NSUInteger bytes);

Discussion 議論

This function deallocates memory that was allocated with NSAllocateMemoryPages. この関数は、NSAllocateMemoryPagesでアロケートされたメモリをデアロケートします。

See Also 参照

Memory Management メモリ管理