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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.cpp455 const size_t total_mem = max_old_gen_size + max_eden_size; local
456 const double mem_free_limit = total_mem * (GCHeapFreeLimit/100.0);
494 // total_mem is the total space available for allocation
497 // mem_free_limit is a fraction of total_mem judged to be an

Completed in 23 milliseconds