mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4624fcce56
Remove kh_alloc_simple_* functions and explicit mrb_raise_nomemory calls since mrb_malloc already handles memory allocation failures and raises nomemory exceptions automatically, unlike mrb_malloc_simple. This simplifies the code by removing redundant error handling. Co-authored-by: Claude <noreply@anthropic.com>