mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
19f9675743
Refactor `mpz_init_heap` and `mpz_realloc` to use the existing `limb_zero` helper function for zero-initializing memory. This reduces code duplication and improves consistency. Co-authored-by: Gemini <gemini@google.com>