Bug in g++ 2.96

Momchil Velikov velco@fadata.bg
Sat Oct 11 07:57:00 GMT 2003


>>>>> "Michael" == Michael Mwangi <mwangi@morel.rockefeller.edu> writes:

    Michael> Using top, I monitored memory usage and noticed the
    Michael> delete operation did not free the 24 MB allocated by the

  That simply means that the memory is not returned to the kernel.
Nevertheless, it is still available for allocation by the same process
and is eventually returned to the kernel when the process exits.

~velco



More information about the Gcc-help mailing list