| 5371 | } |
| 5372 | |
| 5373 | PUGI__FN deallocation_function PUGIXML_FUNCTION get_memory_deallocation_function() |
| 5374 | { |
| 5375 | return impl::xml_memory::deallocate; |
| 5376 | } |
| 5377 | } |
| 5378 | |
| 5379 | #if !defined(PUGIXML_NO_STL) && (defined(_MSC_VER) || defined(__ICC)) |
nothing calls this directly
no outgoing calls
no test coverage detected