| 5366 | } |
| 5367 | |
| 5368 | PUGI__FN allocation_function PUGIXML_FUNCTION get_memory_allocation_function() |
| 5369 | { |
| 5370 | return impl::xml_memory::allocate; |
| 5371 | } |
| 5372 | |
| 5373 | PUGI__FN deallocation_function PUGIXML_FUNCTION get_memory_deallocation_function() |
| 5374 | { |
nothing calls this directly
no outgoing calls
no test coverage detected