MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_munmap

Function sys_munmap

freebsd/vm/vm_mmap.c:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562};
563#endif
564int
565sys_munmap(struct thread *td, struct munmap_args *uap)
566{
567
568 return (kern_munmap(td, (uintptr_t)uap->addr, uap->len));
569}
570
571int
572kern_munmap(struct thread *td, uintptr_t addr0, size_t size)

Callers

nothing calls this directly

Calls 1

kern_munmapFunction · 0.85

Tested by

no test coverage detected