Memory mapping: Difference between revisions

Content deleted Content added
Rilak (talk | contribs)
Not an article
all examples of a potential broad concept
 
(7 intermediate revisions by 7 users not shown)
Line 1:
{{dabconcept}}
In [[computing]], '''memory mapping''' may refer to:
* [[Memory-mapped file]], also known as <code>mmap()</code>
* [[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
* [[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
 
==See also==
{{disambig}}
* [[Port-mapped I/O]], a method complementary to Memory-mapped I/O
 
{{disambiguation}}
[[de:Memory mapping]]