-
- Downloads
"README.md" did not exist on "d6d232376183c37d531bc445d366e687e07da25c"
Implemented munmap(), as well as mmap() over mmap(). The previous
implementation of both was completely broken - not only did evacuate() never free the physical memory backing the removed mapping, it was sometimes even called with wrong parameters ;-) Added tests to check that some of the mmap/munmap combinations no longer leak memory.
Loading
Please register or sign in to comment