The Pedigree Project
0.1
|
#include <MemoryPressureManager.h>
Public Member Functions | |
virtual const String | getMemoryPressureDescription ()=0 |
virtual bool | compact ()=0 |
MemoryPressureHandler: interface for memory pressure handlers.
Definition at line 35 of file MemoryPressureManager.h.
|
pure virtual |
Called by MemoryPressureManager to request this handler to take action to reduce memory pressure.
Implemented in MemoryMapManager, SlamRecovery, MemoryPoolPressureHandler, and MemoryPressureProcessKiller.