MMemoryCollector Class Reference

class MMemoryCollector
memman.lib
Since
3.1
Public Member Functions
TUint Collect(TUint)
TOOMPriority Priority()
voidRestore()

Member Functions Documentation

Collect(TUint)

TUint Collect(TUintaRequired)[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()

voidRestore()[pure virtual]
restore the entity controlled memory collector when there is enough memory System heap fails
Since
3.1