mirror of
https://github.com/extism/extism.git
synced 2026-01-08 21:38:13 -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.