ruby/gc
Matt Valentine-House b58a364522 Inline eden_heap into size_pool
After the individual tomb_heaps were removed in favour of a global list
of empty pages, the only instance of rb_heap_t left is the eden_heap
within each size pool.

This PR inlines the heap fields directly into rb_size_pool_t to remove
indirection and remove the SIZE_POOL_EDEN_HEAP macro
2024-10-03 21:20:09 +01:00
..
default.c Inline eden_heap into size_pool 2024-10-03 21:20:09 +01:00
gc.h Deduplicate RGENGC_CHECK_MODE into gc/gc.h 2024-10-02 11:47:45 -04:00
gc_impl.h Remove rb_gc_impl_initial_stress_set 2024-09-19 08:21:10 -04:00