Posted By:
Margaret_Fieland
Posted On:
Friday, June 4, 2004 12:12 PM
I have an application that repeatedly invokes an antlr-generated parser and lexer. After it has been running for a while its memory usage grows, and running valgrind on the executable points the finger at ANTLR.
How can I free up the memory?
Peggy