Home
last modified time | relevance | path

Searched refs:goal_ratio (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c1659 double goal_ratio = gc_params.heap_free_slots_goal_ratio; in heap_extend_pages() local
1663 if (goal_ratio == 0.0) { in heap_extend_pages()
1670 double f = (double)(total_slots - free_slots) / ((1 - goal_ratio) * total_slots); in heap_extend_pages()
1683 goal_ratio, f, used, next_used); in heap_extend_pages()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.06507 RUBY_GC_HEAP_FREE_SLOTS_GOAL_RATIO (goal_ratio) to calculate the
6517 next_free_slots = next_total_slots * goal_ratio