Refactor memory management code. Fix a lot of memory leaks in compiler
commitf38aaa3ee1fe09b92f5d8875eabc9f872834440f
authorVincent Geddes <vincent.geddes@gmail.com>
Mon, 11 Aug 2008 23:44:34 +0000 (12 01:44 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Mon, 11 Aug 2008 23:44:34 +0000 (12 01:44 +0200)
treef00eca3b6da424d97382e4eb7769bad595ae67f9
parentead7e67fc1bdd79464623f56b2eb8eb405834e51
Refactor memory management code. Fix a lot of memory leaks in compiler
15 files changed:
Makefile-panda.am
autogen.sh
src/st-compiler.c
src/st-generator.c
src/st-heap.c [new file with mode: 0644]
src/st-heap.h [new file with mode: 0644]
src/st-identity-hashtable.c [new file with mode: 0644]
src/st-identity-hashtable.h [new file with mode: 0644]
src/st-lexer.c
src/st-memory.c
src/st-memory.h
src/st-object.c
src/st-parser.c
src/st-primitives.c
src/st-universe.c