OSStatus MemDeallocatePhysicallyContiguous(
LogicalAddress address);
The MemDeallocatePhysicallyContiguous function deallocates memory allocated by MemAllocatePhysicallyContiguous.
MemDeallocatePhysicallyContiguous may be called only from task level, not from secondary or hardware interrupt level.
noErr
|
0 | No error |
paramErr
|
-50 | Bad parameter |
notLockedErr
|
-623 | Specified memory range is not locked |