M
organizationMemory map - POSIX-compliant system callWikipedia

MMAP

In computing, mmap(2) is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements demand paging because file contents are not immediately read from disk and initially use no physical RAM at all. The actual reads from disk are performed after a specific location is accessed, in a lazy manner. After the mapping is no longer needed, the pointers must be unmapped with munmap(2). Protection information鈥攆or example, marking mapped regions as executable鈥攃an be managed using mprotect(2), and special treatment can be enforced using madvise(2).

2Mentions2Articles1Stories1Events0.00Salience
30-day activity pulse
Recent
1
Baseline
0
Ratio
new
Peak
1
Peak article volume on 2026-04-18.