Content deleted Content added
Changing short description from "Region of a physical memory storage used to temporarily store data while it is being moved from one place to another" to "Memory used temporarily in data transfers" (Shortdesc helper) |
every object is stored is the physical memory but do we really access them by their real address and not the one told by the kernel? No need to add physical as virtual memory is in fact an abstraction of the physcial memery by the kernel. |
||
Line 1:
{{Short description|Memory used temporarily in data transfers}}
{{redirect distinguish|Memory buffer|memory buffer register}}
In [[computer science]], a '''data buffer''' (or just '''buffer''') is a region of a
A buffer often adjusts timing by implementing a [[Queue (data structure)|queue]] (or [[FIFO (computing and electronics)|FIFO]]) algorithm in memory, simultaneously writing data into the queue at one rate and reading it at another rate.
|