Animación Vulkan 1.0
Animación de tiro libre baloncesto con motor gráfico desarrollado en clase
Cargando...
Buscando...
Nada coincide
Referencia de la estructura xpath_allocator
Diagrama de colaboración de xpath_allocator:
[leyenda]

Métodos públicos

 xpath_allocator (xpath_memory_block *root, bool *error=NULL)
void * allocate (size_t size)
void * reallocate (void *ptr, size_t old_size, size_t new_size)
void revert (const xpath_allocator &state)
void release ()

Atributos públicos

xpath_memory_block_root
size_t _root_size
bool * _error

Documentación de constructores y destructores

◆ xpath_allocator()

xpath_allocator::xpath_allocator ( xpath_memory_block * root,
bool * error = NULL )
inline

Hace referencia a _error, _root y _root_size.

Referenciado por revert().

Gráfico de llamadas a esta función:

Documentación de funciones miembro

◆ allocate()

void * xpath_allocator::allocate ( size_t size)
inline

◆ reallocate()

void * xpath_allocator::reallocate ( void * ptr,
size_t old_size,
size_t new_size )
inline

Hace referencia a _root, _root_size, xml_memory_management_function_storage< int >::deallocate, xml_memory_management_function_storage< T >::allocate y xpath_memory_block_alignment.

Referenciado por xpath_node_set_raw::append(), xpath_string::append() y xpath_node_set_raw::push_back_grow().

Gráfico de llamadas a esta función:

◆ release()

void xpath_allocator::release ( )
inline

Hace referencia a _root, xml_memory_management_function_storage< int >::deallocate y xpath_memory_block::next.

Referenciado por xpath_query_impl::destroy().

Gráfico de llamadas a esta función:

◆ revert()

void xpath_allocator::revert ( const xpath_allocator & state)
inline

Hace referencia a _root, _root_size, xml_memory_management_function_storage< int >::deallocate, xpath_memory_block::next y xpath_allocator().

Gráfico de llamadas de esta función:

Documentación de datos miembro

◆ _error

bool* xpath_allocator::_error

Referenciado por allocate() y xpath_allocator().

◆ _root

xpath_memory_block* xpath_allocator::_root

◆ _root_size

size_t xpath_allocator::_root_size

La documentación de esta estructura está generada del siguiente archivo: