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

Method xml_allocator

src/pugiXML/pugixml.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 struct xml_allocator
291 {
292 xml_allocator(xml_memory_page* root): _root(root), _busy_size(root->busy_size)
293 {
294 }
295
296 xml_memory_page* allocate_page(size_t data_size)
297 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected