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

Method xpath_allocator

src/pugiXML/pugixml.cpp:5675–5680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5673 #endif
5674
5675 xpath_allocator(xpath_memory_block* root, size_t root_size = 0): _root(root), _root_size(root_size)
5676 {
5677 #ifdef PUGIXML_NO_EXCEPTIONS
5678 error_handler = 0;
5679 #endif
5680 }
5681
5682 void* allocate_nothrow(size_t size)
5683 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected