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

Method throw_error_oom

src/pugiXML/pugixml.cpp:8744–8751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8742 }
8743
8744 void throw_error_oom()
8745 {
8746 #ifdef PUGIXML_NO_EXCEPTIONS
8747 throw_error("Out of memory");
8748 #else
8749 throw std::bad_alloc();
8750 #endif
8751 }
8752
8753 void* alloc_node()
8754 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected