munmap function

int munmap(
  1. Mmap map
)

Implementation

int munmap(Mmap map) => platform.munmap(map);