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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1334 size_t committed_bytes = _g1->capacity(); local
1335 size_t uncommitted_bytes = reserved_bytes - committed_bytes;
1339 expand_bytes = MIN2(expand_bytes_via_pct, committed_bytes);

Completed in 26 milliseconds