Memory mapping

This is an old revision of this page, as edited by 81.26.91.148 (talk) at 04:28, 5 May 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, memory map ping may refer to:

  • Memory-mapped file, also known as mmap()
  • Memory-mapped I/O, an alternative to port I/O; a communication between CPU and peripheral device using the same instructions, and same bus, as between CPU and memory
  • Port-mapped I/O, a method complementary to Memory-mapped I/O
  • Virtual memory, technique which gives an application program the impression that it has contiguous working memory, while in fact it is physically fragmented and may even overflow on to disk storage