Resetting the builder arena. May be a bug or two here still.

This commit is contained in:
Ben Vanik
2013-12-29 23:43:36 -08:00
parent 63f11732a5
commit cd9172ed62
5 changed files with 32 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ public:
~Arena();
void Reset();
void DebugFill();
void* Alloc(size_t size);
template<typename T> T* Alloc() {