mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04: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.