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

Method alloc_node

src/pugiXML/pugixml.cpp:8753–8760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8751 }
8752
8753 void* alloc_node()
8754 {
8755 void* result = _alloc->allocate_nothrow(sizeof(xpath_ast_node));
8756
8757 if (!result) throw_error_oom();
8758
8759 return result;
8760 }
8761
8762 const char_t* alloc_string(const xpath_lexer_string& value)
8763 {

Callers

nothing calls this directly

Calls 1

allocate_nothrowMethod · 0.80

Tested by

no test coverage detected