A Bit About mmap

Reading Time: 2 minutes Points to Catch mmap() is system call used to maps files or devices into memory Linux provides the mremap( ) system call for expanding or shrinking the size of a given mapping. POSIX defines the mprotect( ) interface to allow programs […]