ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Public Member Functions | |
xml_stream_chunk () | |
Static Public Member Functions | |
static xml_stream_chunk * | create () |
static void | destroy (void *ptr) |
Public Attributes | |
xml_stream_chunk * | next |
size_t | size |
T | data [xml_memory_page_size/sizeof(T)] |
Definition at line 4009 of file pugixml.cpp.
|
inline |
Definition at line 4031 of file pugixml.cpp.
Referenced by xml_stream_chunk< T >::create().
|
inlinestatic |
Definition at line 4011 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::allocate, and xml_stream_chunk< T >::xml_stream_chunk().
Referenced by load_stream_data_noseek().
|
inlinestatic |
Definition at line 4018 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::deallocate, and xml_stream_chunk< T >::next.
T xml_stream_chunk< T >::data[xml_memory_page_size/sizeof(T)] |
Definition at line 4036 of file pugixml.cpp.
Referenced by load_stream_data_noseek().
xml_stream_chunk* xml_stream_chunk< T >::next |
Definition at line 4033 of file pugixml.cpp.
Referenced by xml_stream_chunk< T >::destroy(), and load_stream_data_noseek().
size_t xml_stream_chunk< T >::size |
Definition at line 4034 of file pugixml.cpp.
Referenced by load_stream_data_noseek().