Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Demand paging
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Method of virtual memory management}} {{No footnotes|date=June 2009}} In [[computer]] [[operating system]]s, '''demand paging''' (as opposed to [[anticipatory paging]]) is a method of [[virtual memory]] management. In a system that uses demand paging, the operating system copies a disk [[paging|page]] into physical memory only when an attempt is made to access it and that page is not already in memory (''i.e.'', if a [[page fault]] occurs). It follows that a [[process (computing)|process]] begins execution with none of its pages in physical memory, and triggers many page faults until most of its [[working set]] of pages are present in physical memory. This is an example of a [[lazy loading]] technique.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)