Static Public Member Functions | |
static xml_memory_page * | construct (void *memory) |
Public Attributes | |
xml_allocator * | allocator |
size_t | busy_size |
size_t | freed_size |
xml_memory_page * | next |
xml_memory_page * | prev |
Definition at line 464 of file pugixml.cpp.
|
inlinestatic |
Definition at line 466 of file pugixml.cpp.
References allocator, busy_size, freed_size, next, and prev.
Referenced by xml_allocator::allocate_page().
xml_allocator* xml_memory_page::allocator |
Definition at line 485 of file pugixml.cpp.
Referenced by xml_allocator::allocate_page(), and construct().
size_t xml_memory_page::busy_size |
Definition at line 490 of file pugixml.cpp.
Referenced by xml_allocator::allocate_memory_oob(), xml_allocator::allocate_string(), construct(), and xml_allocator::deallocate_memory().
size_t xml_memory_page::freed_size |
Definition at line 491 of file pugixml.cpp.
Referenced by xml_allocator::allocate_memory(), construct(), and xml_allocator::deallocate_memory().
xml_memory_page* xml_memory_page::next |
Definition at line 488 of file pugixml.cpp.
Referenced by xml_allocator::allocate_memory_oob(), construct(), and xml_allocator::deallocate_memory().
xml_memory_page* xml_memory_page::prev |
Definition at line 487 of file pugixml.cpp.
Referenced by xml_allocator::allocate_memory_oob(), construct(), and xml_allocator::deallocate_memory().