mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c3cc559dfc
Along with removing mrb_state first argument from the function. From mruby 3.2, this function is *not* the default function, but the entry point that can be redefined for the application. The function in `src/allocf.c` is the default *implementation* (using malloc / realloc / free) of the function.