Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-21 | Use new memory pool allocator. Lots of debug code still in place... | Brian | |
2007-04-21 | Memory pool manager. | Brian | |
Instead of doing intricate malloc/free tracking during compiling, allocate everything (which would be discarded after compiling) from a pool that can be freed en masse when done. |