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
Memory leak
(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!
==Causes of serious leaks== Much more serious leaks include those where: * A program runs for a long time and consumes added memory over time, such as background tasks on servers, and especially in [[embedded system]]s which may be left running for many years * New memory is allocated frequently for one-time tasks, such as when rendering the frames of a computer game or animated video * A program can request memory, such as [[shared memory]], that is not released, even when the program terminates * Memory is very limited, such as in an [[embedded system]] or portable device, or where the program requires a very large amount of memory to begin with, leaving little margin for leaks * A leak occurs within the operating system or [[Memory management|memory manager]] * A system [[device driver]] causes a leak * The operating system does not automatically release memory on program termination
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)