Skip to content
Snippets Groups Projects
Commit 3e2a55b3 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

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.
parent fcebea9d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment