|
SpectMorph
|
Public Member Functions | |
| xpath_allocator (xpath_memory_block *root, bool *error=0) | |
| void * | allocate (size_t size) |
| void * | reallocate (void *ptr, size_t old_size, size_t new_size) |
| void | revert (const xpath_allocator &state) |
| void | release () |
Public Attributes | |
| xpath_memory_block * | _root |
| size_t | _root_size |
| bool * | _error |