Tagged Questions
2
votes
1answer
95 views
Concept of memory mapping in Unix like systems
Can some one explain in an easy to understand way the concept of memory mappings (achieved by mmap() system call) in Unix like systems ? When do we require this functionality ?