|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Static Public Member Functions | |
| static xml_memory_page * | construct (void *memory) |
Public Attributes | |
| xml_allocator * | allocator |
| xml_memory_page * | prev |
| xml_memory_page * | next |
| size_t | busy_size |
| size_t | freed_size |
Definition at line 460 of file pugixml.cc.
|
inlinestatic |
Definition at line 462 of file pugixml.cc.
Referenced by xml_allocator::allocate_page().
| xml_allocator* xml_memory_page::allocator |
Definition at line 481 of file pugixml.cc.
Referenced by xml_allocator::allocate_page(), and construct().
| size_t xml_memory_page::busy_size |
Definition at line 486 of file pugixml.cc.
Referenced by xml_allocator::allocate_memory_oob(), xml_allocator::allocate_string(), construct(), xml_allocator::deallocate_memory(), and xml_allocator::deallocate_string().
| size_t xml_memory_page::freed_size |
Definition at line 487 of file pugixml.cc.
Referenced by construct(), and xml_allocator::deallocate_memory().
| xml_memory_page* xml_memory_page::next |
Definition at line 484 of file pugixml.cc.
Referenced by xml_allocator::allocate_memory_oob(), construct(), and xml_allocator::deallocate_memory().
| xml_memory_page* xml_memory_page::prev |
Definition at line 483 of file pugixml.cc.
Referenced by xml_allocator::allocate_memory_oob(), construct(), and xml_allocator::deallocate_memory().