Atributos públicos | |
| xpath_memory_block * | next |
| size_t | capacity |
| union { | |
| char data [xpath_memory_page_size] | |
| double alignment | |
| }; | |
| union { ... } xpath_memory_block |
| double xpath_memory_block::alignment |
| size_t xpath_memory_block::capacity |
Referenciado por xpath_allocator::allocate().
| char xpath_memory_block::data[xpath_memory_page_size] |
Referenciado por xpath_allocator::allocate().
| xpath_memory_block* xpath_memory_block::next |
Referenciado por xpath_allocator::allocate(), xpath_allocator::release() y xpath_allocator::revert().