This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12475] Stack traces leak memory
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 19:12:56 -0000
- Subject: [Bug libgcj/12475] Stack traces leak memory
- References: <20031001092751.12475.bryce@mckinlay.net.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12475
------- Additional Comments From tromey at gcc dot gnu dot org 2003-10-01 19:12 -------
_Jv_Malloc is just a malloc() wrapper.
we can use _Jv_AllocBytes to allocate unscanned, GC-able
memory.