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

Function get_memory_allocation_function

src/pugiXML/pugixml.cpp:5368–5371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected