Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the freed block is smaller than a KernFree, then just discard it
Do this rather than trying to insert back into the freelist, because we use the free blocks to store the freelist links, and trying to write into this results in overwriting adjacent memory when the freed block is too small.
- Loading branch information