• Yukihiro "Matz" Matsumoto's avatar
    Add `mrb_alloca` again; ref #4470 · 2b81ea7e
    Yukihiro "Matz" Matsumoto authored
    This time, the allocated memory comes from the string object, which is
    referenced from GC arena. The memory region will be reclaimed when the C
    function called from VM is terminated, or the GC arena is restored.
    2b81ea7e
gc.c 43.5 KB