MemoryMonitorWarningLevel#

Added in version 2.64.

class MemoryMonitorWarningLevel#

Memory availability warning levels.

Note that because new values might be added, it is recommended that applications check MemoryMonitorWarningLevel as ranges, for example:

if (warning_level > G_MEMORY_MONITOR_WARNING_LEVEL_LOW)
  drop_caches ();

Fields#

class MemoryMonitorWarningLevel
CRITICAL#

The type of the None singleton.

LOW#

The type of the None singleton.

MEDIUM#

The type of the None singleton.