XGMemoryLayout::GetMaxUsedSystemPageCount Method

Returns the maximum number of system memory pages in use at the same time in this layout.

Syntax

public:
UINT32 GetMaxUsedSystemPageCount()  

Return value

Type: UINT32 

The maximum number of system memory pages in use at the same time in this layout.

Remarks

Returns the maximum number of system memory pages in use at the same time in this layout. This number might not correlate with the current free system memory page count, due to released mappings.

Requirements

Header: Declared in xgmemory.h.

See also

XGMemoryLayout

XGMemoryLayout Members