#include "incls/_precompiled.incl"#include "incls/_universe.more.cpp.incl"Include dependency graph for universe_more.cpp:

Go to the source code of this file.
Defines | |
| #define | checkIt(s) assert(s->used() == 0, "new spaces should be empty"); |
Functions | |
| void | scavenge_and_allocate (int size) |
Variables | |
| bool | GCInProgress = false |
| #define checkIt | ( | s | ) | assert(s->used() == 0, "new spaces should be empty"); |
Referenced by Universe::tenure().
| void scavenge_and_allocate | ( | int | size | ) |
Definition at line 51 of file universe_more.cpp.
References Universe::scavenge_and_allocate().
Here is the call graph for this function:

| bool GCInProgress = false |
Definition at line 28 of file universe_more.cpp.
Referenced by MarkSweep::collect(), memOopDesc::print_id_on(), FlatProfiler::record_tick(), Universe::scavenge(), and SystemAverageTask::task().
1.4.7