mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
da09bae640
Removed kh_alloc_small_##name() function and inlined its body into the single call site in kh_init_data_##name(). This eliminates unnecessary function call overhead and reduces code complexity. The function was only 2 lines and called once, making it an ideal candidate for inlining. Co-authored-by: Claude <noreply@anthropic.com>