Public Member Functions | |
| Tree_alloc () | |
| T * | allocate (size_t arity) |
| T * | construct (size_t arity, T *org) |
| void | deallocate (T *t, size_t arity) |
Static Private Attributes | |
| static MemPool | mem1 = sizeof(T) |
| static MemPool | mem2 = sizeof(T) * 2 |
| static MemPool | mem3 = sizeof(T) * 3 |
Definition at line 345 of file parse_tree.h.
1.4.7