Memory mapping: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
all examples of a potential broad concept
 
(One intermediate revision by one other user not shown)
Line 1:
{{dabconcept}}
In [[computing]], '''memory map pingmapping''' 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
* [[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
 
==See also==
{{disambig}}
* [[Port-mapped I/O]], a method complementary to Memory-mapped I/O
 
{{disambiguation}}