XGMemoryLayout::GetMaxUsedEsramPageCount Method

Returns the max number of ESRAM pages in use at the same time in this layout.

Syntax

public:
UINT32 GetMaxUsedEsramPageCount()  

Return value

Type: UINT32 

The max number of ESRAM pages in use at the same time in this layout.

Remarks

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

Requirements

Header: Declared in xgmemory.h.

See also

XGMemoryLayout

XGMemoryLayout Members