Searched defs:capacity_in_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DimmutableSpace.hpp55 size_t capacity_in_bytes() const { return capacity_in_words() * HeapWordSize; } function in class:ImmutableSpace
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.hpp146 size_t capacity_in_bytes() const { return object_space()->capacity_in_bytes(); } function in class:PSOldGen

Completed in 3048 milliseconds