Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Memory /
Chapter 3 - Virtual Memory Manager / Virtual Memory Manager Reference
Routines


Virtual Memory Management

This section describes the routines you can use to hold logical pages in physical memory and let go of them, lock and unlock pages in physical memory, obtain information about page mapping, and handle interrupts. To hold and release pages, use the HoldMemory and UnholdMemory functions. To lock and unlock pages, use the LockMemory, LockMemoryContiguous, and UnlockMemory functions. To obtain page-mapping information, use the GetPhysical function. To defer user interrupt handling, use the DeferUserFn function.


Subtopics
HoldMemory
UnholdMemory
LockMemory
LockMemoryContiguous
UnlockMemory
GetPhysical
DeferUserFn

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996