mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2b81ea7ec1
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.