MMemoryCollector Class Reference
#include
<mw/MemoryManager.h>
Member Function Documentation
Collect ( TUint )
Collect free memory, this function is called when allocation from System heap fails
- Since
- 3.1
Returns: amount of memory collected
Priority ( )
Priority of this collector, 0 - lowest, 10 - highest; the lower the priority, the earlier this collector is executed.
- Since
- 3.1
Restore ( )
void | Restore | ( | ) | [pure virtual] |
restore the entity controlled memory collector when there is enough memory System heap fails
- Since
- 3.1