Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c737 #define heap_pages_sorted_length objspace->heap_pages.sorted_length macro
1359 heap_pages_sorted_length = 0; in rb_objspace_free()
1381 if (heap_pages_sorted_length > 0) { in heap_pages_expand_sorted_to()
1393 heap_pages_sorted_length = next_length; in heap_pages_expand_sorted_to()
1408 if (next_length > heap_pages_sorted_length) { in heap_pages_expand_sorted()
1413 GC_ASSERT(heap_allocated_pages <= heap_pages_sorted_length); in heap_pages_expand_sorted()
1566 GC_ASSERT(heap_allocated_pages <= heap_pages_sorted_length); in heap_page_allocate()
1570 if (heap_allocated_pages > heap_pages_sorted_length) { in heap_page_allocate()
1572 heap_allocated_pages, heap_pages_sorted_length); in heap_page_allocate()
1716 GC_ASSERT(heap_allocated_pages <= heap_pages_sorted_length); in heap_increment()
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.04454 * heap_pages_length -> heap_pages_sorted_length