#include <MemoryDefs.h>
Collaboration diagram for MemoryOS_UnmapInfo_tag:

Definition at line 141 of file MemoryDefs.h.
Data Fields | |
| UInt32 | addr |
| UInt32 | size |
| Bool | isCached |
|
|
Address to be unmapped. Definition at line 143 of file MemoryDefs.h. |
|
|
Whether the mapping is to a cached area or uncached area. Definition at line 147 of file MemoryDefs.h. |
|
|
Size of memory region to be unmapped. Definition at line 145 of file MemoryDefs.h. |
1.4.4