OpenCPN Partial API docs
Loading...
Searching...
No Matches
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 448 of file pugixml.cpp.

Member Function Documentation

◆ construct()

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

Definition at line 449 of file pugixml.cpp.

Member Data Documentation

◆ allocator

xml_allocator* xml_memory_page::allocator

Definition at line 467 of file pugixml.cpp.

◆ busy_size

size_t xml_memory_page::busy_size

Definition at line 472 of file pugixml.cpp.

◆ freed_size

size_t xml_memory_page::freed_size

Definition at line 473 of file pugixml.cpp.

◆ next

xml_memory_page* xml_memory_page::next

Definition at line 470 of file pugixml.cpp.

◆ prev

xml_memory_page* xml_memory_page::prev

Definition at line 469 of file pugixml.cpp.


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