mirror of
https://github.com/extism/extism.git
synced 2026-01-10 14:27:57 -05:00
Updates the kernel to only scan for free blocks before a `memory.grow` operation, this should improve performance of `alloc` by not iterating over every block for each allocation.