Flags to control XGMemoryLayoutEngine::RelinquishMapping, such as whether to preserve the mapping of ESRAM pages, and whether to preserve the mapping of system memory pages.
enum XG_RELINQUISH_MAPPING_FLAGS
{
XG_RELINQUISH_MAPPING_PRESERVE_ESRAM_PAGES = 1,
XG_RELINQUISH_MAPPING_PRESERVE_SYSTEM_MEMORY_PAGES = 2
};
| Constant | Description |
|---|---|
| XG_RELINQUISH_MAPPING_PRESERVE_ESRAM_PAGES | Preserves mappings for ESRAM pages. |
| XG_RELINQUISH_MAPPING_PRESERVE_SYSTEM_MEMORY_PAGES | Preserves mappings for system memory pages. |
This enumeration is used by the Flags parameter of XGMemoryLayout::RelinquishMapping.
Header: Declared in xgmemory.h.