Re: How to minimize (unshareable) memory usage?
Hans Boehm <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
The output of GC_dump() might also tell you something. It won't list heap sections associated with the system malloc. Note that the collector doesn't insist on a contiguous heap. Hans