| 5673 | #endif |
| 5674 | |
| 5675 | xpath_allocator(xpath_memory_block* root, size_t root_size = 0): _root(root), _root_size(root_size) |
| 5676 | { |
| 5677 | #ifdef PUGIXML_NO_EXCEPTIONS |
| 5678 | error_handler = 0; |
| 5679 | #endif |
| 5680 | } |
| 5681 | |
| 5682 | void* allocate_nothrow(size_t size) |
| 5683 | { |
nothing calls this directly
no outgoing calls
no test coverage detected