This is the mail archive of the gcc@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]

Re: hints on debugging memory corruption...


On 02/10/2011 10:58 AM, Dodji Seketeli wrote:
>> Set --param ggc-min-heapsize to a very large value.
> 
> That wouldn't work for pieces of code that explicitly call
> ggc_collect, would it?
> 

Sure it does.  The first thing that ggc_collect does is
determine if enough work has been done to warrant a collect.


r~


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