Re: Memory leak in YACC

Edward_Finch@intersolv.com
Wed, 21 Sep 1994 15:07:57 GMT

          From comp.compilers

Related articles
memory leak in yacc etse@scdt.intel.com (1994-09-14)
Re: memory leak in yacc steve@cegelecproj.co.uk (1994-09-15)
Re: memory leak in yacc schinz@guano.alphanet.ch (1994-09-18)
Re: Memory leak in YACC Edward_Finch@intersolv.com (1994-09-21)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Edward_Finch@intersolv.com
Keywords: yacc, storage
Organization: Compilers Central
References: 94-09-044
Date: Wed, 21 Sep 1994 15:07:57 GMT

I have used SmartHeap, from MicroQuill, extensively. It is very fast, and
provides protection from double-frees, overwrites of allocated blocks,
etc. Also, you can declare one large block (a pool), and tell SmartHeap to
divide it into smaller pieces as needed. You can then free the pool (and
everything in it) with one function call.


Ed


Edward_Finch@intersolv.com
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.