MOOMStopper Class Reference

#include <mw/MemoryManager.h>

Link against: memman.lib

class MOOMStopper
Public Member Functions
pure virtual TOOMPriority Priority()
pure virtual voidStop()

Detailed Description

Since
3.1

Member Function Documentation

Priority ( )

TOOMPriority Priority()[pure virtual]
return the priority of this stopper (1-100), allocator expects this value to determine the stopping order. The higher the priority is, the sooner this stopper will be called.
Since
3.1

Stop ( )

voidStop()[pure virtual]
Stop currently on-going operations, called by the allocator
Since
3.1