Checks whether the layout has virtual address space remaining for a mapping of the given size in pages.
public:
bool EnsureMappingSize(
UINT32 PageCount
)
PageCount
Type: UINT32
The number of pages to test for availability.
Type: bool
Returns true if the layout has virtual address space remaining for a mapping of the given size in pages; otherwise; false.
Header: Declared in xgmemory.h.