Home
last modified time | relevance | path

Searched refs:heap_allocatable_pages (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c740 #define heap_allocatable_pages objspace->heap_pages.allocatable_pages macro
1404 size_t next_length = heap_allocatable_pages; in heap_pages_expand_sorted()
1419 heap_allocatable_pages = s; in heap_allocatable_pages_set()
1612 heap_allocatable_pages--; in heap_page_create()
1653 GC_ASSERT(heap_allocatable_pages == 0); in heap_add_pages()
1660 size_t used = heap_allocated_pages + heap_allocatable_pages; in heap_extend_pages()
1711 if (heap_allocatable_pages > 0) { in heap_increment()
3773 if (heap_allocatable_pages < heap_tomb->total_pages) { in gc_sweep_finish()
7172 S(heap_allocatable_pages); in setup_gc_stat_symbols()
7244 rb_hash_aset(table, OLD_SYM(heap_increment), NEW_SYM(heap_allocatable_pages)); in setup_gc_stat_symbols()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/
H A Dprofiling.md164 "heap_allocatable_pages": 0,
H A Dchaos_endpoints.md219 "heap_allocatable_pages": 0,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/
H A Dlogs.md907 …0},"heap_sorted_length":{"before":10369,"after":10369,"diff":0},"heap_allocatable_pages":{"before"…
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.04455 * heap_pages_increment -> heap_allocatable_pages
4461 * heap_increment -> heap_allocatable_pages