This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C++ delete operator


When memory is released via the C++ "delete" operator, is memory every 
released back to the OS (as it is when "free" is used in C)?

Kevin

==========================

Problem Solving Algorithm:
 1) Write down problem
 2) Think really hard
 3) Write down answer
- Richard Feynman


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]