Searched defs:SecondaryFreeRegionList (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ | ||
H A D | heapRegionSets.hpp | 54 //////////////////// SecondaryFreeRegionList //////////////////// 56 class SecondaryFreeRegionList : public FreeRegionList { class in inherits:FreeRegionList 61 SecondaryFreeRegionList(const char* name) : FreeRegionList(name) { } function in class:SecondaryFreeRegionList |
Completed in 37 milliseconds