-
- Downloads
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