Add `mrb_alloca` again; ref #4470
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.
Showing
Please register or sign in to comment