Glossary

MAP_PRIVATE

changes are private to this process (copy-on-write). Writes do not propagate to the file.

Learn More

Related Terms