This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mudflap and freeing C runtime memory upon exit (feature request)
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: "Vesselin Peev" <vesselinpeev at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 04 Aug 2006 16:23:14 -0400
- Subject: Re: Mudflap and freeing C runtime memory upon exit (feature request)
- References: <BAY114-F27F17638AD518B7D77C223D4500@phx.gbl>
"Vesselin Peev" <vesselinpeev@hotmail.com> writes:
> [...] I have a feature request for mudflap. It should have an
> option to run glibc's _libc_freeres function that forces the C
> runtime library to free all of its memory [...]
Good idea. (It should not take more than a dozen lines of code - a
threshold below which one may not even need a copyright assignment in
order to contribute.)
- FChE