MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / get_memory_deallocation_function

Function get_memory_deallocation_function

src/pugiXML/pugixml.cpp:5373–5376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected