MMemoryCollector Class Reference

class MMemoryCollector
memman.lib
Since
3.1

Member Functions Documentation

Collect(TUint)

TUint Collect ( TUint aRequired ) [pure virtual]
Collect free memory, this function is called when allocation from System heap fails
Since
3.1

Parameters

TUint aRequired

Priority()

TOOMPriority Priority ( ) [pure virtual]
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