HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xml_memory_page Struct Reference

Static Public Member Functions

static xml_memory_pageconstruct (void *memory)
 

Public Attributes

xml_allocatorallocator
 
xml_memory_pageprev
 
xml_memory_pagenext
 
size_t busy_size
 
size_t freed_size
 

Detailed Description

Definition at line 437 of file pugixml.cpp.

Member Function Documentation

static xml_memory_page* xml_memory_page::construct ( void memory)
inlinestatic

Definition at line 439 of file pugixml.cpp.

Member Data Documentation

xml_allocator* xml_memory_page::allocator

Definition at line 458 of file pugixml.cpp.

size_t xml_memory_page::busy_size

Definition at line 463 of file pugixml.cpp.

size_t xml_memory_page::freed_size

Definition at line 464 of file pugixml.cpp.

xml_memory_page* xml_memory_page::next

Definition at line 461 of file pugixml.cpp.

xml_memory_page* xml_memory_page::prev

Definition at line 460 of file pugixml.cpp.


The documentation for this struct was generated from the following file: