![]() |
UnholdMemory |
||||
Header: | MacMemory.h | Carbon status: | Unsupported | |
Makes a currently held range of memory eligible for paging again.
OSErr UnholdMemory ( void *address, UInt32 count );
A pointer indicating the starting address of the range of memory to be released.
The size, in bytes, of the range of memory to be released.
A result code. A result code.
If the starting address you supply to the UnholdMemory function is not on a page boundary, then UnholdMemory rounds down to the nearest page boundary. Similarly, if the specified range does not end on a page boundary, UnholdMemory rounds up the value you pass in the count parameter so that the entire range of memory is released.
Not supported in Carbon. Not available in Carbon.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)