Searched refs:freed_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp941 size_t freed_bytes = local
943 size_t surviving_bytes = _collection_set_bytes_used_before - freed_bytes;
H A DconcurrentMark.cpp1714 size_t freed_bytes() { return _freed_bytes; } function in class:G1NoteEndOfConcMarkClosure
1783 _g1h->update_sets_after_freeing_regions(g1_note_end.freed_bytes(),
1791 _freed_bytes += g1_note_end.freed_bytes();
1817 size_t freed_bytes() { return _freed_bytes; } function in class:G1ParNoteEndTask

Completed in 98 milliseconds