Public Member Functions | |
xpath_allocator (xpath_memory_block *root, size_t root_size=0) | |
void * | allocate_nothrow (size_t size) |
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 () |