Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memory: reuse freed nodes in WriteLog
Once a node is freed it can be used in next allocation. Change WriteLog such that it tries to pick freed nodes first before calling out to the allocator when customer tries to allocate a new node.
- Loading branch information