help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

memory leak


From: Steffen Köhler
Subject: memory leak
Date: Thu, 27 Apr 2006 14:44:38 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi,

I'am using Visual C++.Net 7.1 and Bison 2.1.
Now I have found out, that every call of yyparse() created a lot of blocks which are 28bytes long.
I'am using
   _CrtMemState s1;
   _CrtMemCheckpoint(&s1);
   yyparse();
   _CrtMemDumpAllObjectsSince(&s1);
to detect this memory leak.

Is the an function to clear the memory allocated by bison? What can I do, or it is a bug?

Thanks for any help
Steffen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]