| 290 | struct xml_allocator |
| 291 | { |
| 292 | xml_allocator(xml_memory_page* root): _root(root), _busy_size(root->busy_size) |
| 293 | { |
| 294 | } |
| 295 | |
| 296 | xml_memory_page* allocate_page(size_t data_size) |
| 297 | { |
nothing calls this directly
no outgoing calls
no test coverage detected