pugixml
 All Classes Functions Variables
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
xml_allocator Struct Reference
Inheritance diagram for xml_allocator:
xml_document_struct

Public Member Functions

 xml_allocator (xml_memory_page *root)
xml_memory_pageallocate_page (size_t data_size)
void * allocate_memory_oob (size_t size, xml_memory_page *&out_page)
void * allocate_memory (size_t size, xml_memory_page *&out_page)
void deallocate_memory (void *ptr, size_t size, xml_memory_page *page)
char_t * allocate_string (size_t length)
void deallocate_string (char_t *string)

Static Public Member Functions

static void deallocate_page (xml_memory_page *page)

Public Attributes

xml_memory_page_root
size_t _busy_size

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