Memory mapping
From Wikipedia, the free encyclopedia
In computing, memory mapping 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
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.