void* munmap(void* addr, size_t len);
Unmaps a region of virtual address space. The region unmapped starts at addr and is len bytes in length.
void* munmap(void* addr, size_t len);
Unmaps a region of virtual address space. The region unmapped starts at addr and is len bytes in length.