Functions

Memory Limit Auto Mode

When enabled, Auto Mode adjusts the memory limit percentage automatically using a heuristic formula. More...

Functions

virtual BOOL  GetMemoryLimitAutoMode ()=0
  Returns whether Memory Limit Auto Mode is enabled for the pager.
virtual void  SetMemoryLimitAutoMode (BOOL onOff)=0
  Sets whether Memory Limit Auto Mode is enabled for the pager.

Detailed Description

When enabled, Auto Mode adjusts the memory limit percentage automatically using a heuristic formula.

The adjutment happens when the physical limit is calculated, during file load, file reset, render begin and render end. Any value set manually for the Memory Limit Percentage is overwritten by Auto Mode updates.


Function Documentation

virtual BOOL GetMemoryLimitAutoMode ( ) [pure virtual, inherited]

Returns whether Memory Limit Auto Mode is enabled for the pager.

virtual void SetMemoryLimitAutoMode ( BOOL  onOff ) [pure virtual, inherited]

Sets whether Memory Limit Auto Mode is enabled for the pager.