![]() |
MemoryBlock |
Header: MacMemory.h |
The GetPhysical function uses a structure of type MemoryBlock to hold information about a block of memory, either logical or physical.
struct MemoryBlock { void *address; UInt32 count; };
A pointer to the beginning of a block of memory.
The number of bytes in the block of memory.
The GetPhysical function uses a structure of type MemoryBlock to hold information about a block of memory, either logical or physical.