#include <sweeper.hpp>
Inheritance diagram for HeapSweeper:


Private Member Functions | |
| void | task () |
| void | activate () |
| int | interval () const |
| char * | name () const |
Private Attributes | |
| OldWaterMark | mark |
Definition at line 72 of file sweeper.hpp.
| void HeapSweeper::activate | ( | ) | [private, virtual] |
Reimplemented from Sweeper.
Definition at line 105 of file sweeper.cpp.
References Sweeper::activate(), oldGeneration::bottom_mark(), mark, and Universe::old_gen.
Here is the call graph for this function:

| int HeapSweeper::interval | ( | ) | const [inline, private, virtual] |
| char* HeapSweeper::name | ( | ) | const [inline, private, virtual] |
| void HeapSweeper::task | ( | ) | [private, virtual] |
OldWaterMark HeapSweeper::mark [private] |
1.4.7