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

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp174 size_t Universe::_heap_capacity_at_last_gc; member in class:Universe
1003 _heap_capacity_at_last_gc = heap()->capacity();
H A Duniverse.hpp235 static size_t _heap_capacity_at_last_gc; member in class:Universe
386 static size_t get_heap_capacity_at_last_gc() { return _heap_capacity_at_last_gc; }
387 static size_t get_heap_free_at_last_gc() { return _heap_capacity_at_last_gc - _heap_used_at_last_gc; }

Completed in 38 milliseconds