cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
memory leakage
memory leakage
Nov 9, 2009 at 1:14am UTC
unregistered
(199)
When a handle to a dynamically allocated memory is lost, there is a memory leakage. Does this leakage still persist even after the program's process is terminated?
Nov 9, 2009 at 1:25am UTC
helios
(17574)
Depends on the OS. On Windows Server, 2k, XP, Vista, 7, Linux, MacOS X, BSD, et cetera, no. On MS-DOS, Windows 9x, ME, et cetera, yes.
Topic archived. No new replies allowed.