mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00

We already use wrappers for allocation, the new `xfree` function is the equivalent for deallocation and provides a way to fully replace the malloc implementation used by Neovim.