MOOMStopper Class Reference

class MOOMStopper
memman.lib
Since
3.1
Public Member Functions
TOOMPriority Priority ()
void Stop ()

Member Functions 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()

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