Collaboration diagram for xpath_memory_block:Public Attributes | |
| union { | |
| double alignment | |
| char data [xpath_memory_page_size] | |
| }; | |
| size_t | capacity |
| xpath_memory_block * | next |
Definition at line 7487 of file pugixml.cpp.
| union { ... } |
| double xpath_memory_block::alignment |
Definition at line 7495 of file pugixml.cpp.
| size_t xpath_memory_block::capacity |
Definition at line 7490 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), and xpath_stack_data::xpath_stack_data().
| char xpath_memory_block::data[xpath_memory_page_size] |
Definition at line 7494 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), xpath_allocator::reallocate(), and xpath_stack_data::xpath_stack_data().
| xpath_memory_block* xpath_memory_block::next |
Definition at line 7489 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), xpath_allocator::reallocate(), xpath_allocator::release(), xpath_allocator::revert(), and xpath_stack_data::xpath_stack_data().
1.8.13