mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
072855a242
Allow users to provide contiguous memory buffers for GC heap pages via mrb_gc_add_region(). Region pages are carved from user-owned buffers and never freed by the GC. This is the foundation for bitmap GC on embedded targets with fragmented RAM. Co-authored-by: Claude <noreply@anthropic.com>