mmap Tutorial with Examples In C and C++ Programming Languages
As programmers we generally use malloc() , free() and similar functions in order to allocate memory. They are provided by glibc() library. The actual work is done by mmap() and munmap()which is a Linux
Continue reading