PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

MemDeallocatePhysicallyContiguous

OSStatus MemDeallocatePhysicallyContiguous(
                     LogicalAddress address);
--> address
Address of the memory block to free.
DESCRIPTION

The MemDeallocatePhysicallyContiguous function deallocates memory allocated by MemAllocatePhysicallyContiguous.

EXECUTION CONTEXT

MemDeallocatePhysicallyContiguous may be called only from task level, not from secondary or hardware interrupt level.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter
notLockedErr -623 Specified memory range is not locked

© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)