Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 907b4b99d1 variable.c: use realloc in iv_rehash to avoid malloc+free
when the allocator can extend the block in place, realloc avoids
the overhead of malloc+memcpy+free. the keys are moved to their
new position with memmove and extended regions are cleared.

Co-authored-by: Claude <noreply@anthropic.com>
2026-01-14 14:43:32 +09:00
..
2026-01-01 12:35:09 +09:00
2024-04-22 18:00:27 +10:00
2026-01-01 13:18:33 +09:00
2016-05-09 17:19:47 +02:00