CARLA
Static Public Member Functions | Public Attributes | List of all members
xml_memory_page Struct Reference
+ Collaboration diagram for xml_memory_page:

Static Public Member Functions

static xml_memory_pageconstruct (void *memory)
 

Public Attributes

xml_allocatorallocator
 
size_t busy_size
 
size_t freed_size
 
xml_memory_pagenext
 
xml_memory_pageprev
 

Detailed Description

Definition at line 464 of file pugixml.cpp.

Member Function Documentation

◆ construct()

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

Definition at line 466 of file pugixml.cpp.

References allocator, busy_size, freed_size, next, and prev.

Referenced by xml_allocator::allocate_page().

+ Here is the caller graph for this function:

Member Data Documentation

◆ allocator

xml_allocator* xml_memory_page::allocator

Definition at line 485 of file pugixml.cpp.

Referenced by xml_allocator::allocate_page(), and construct().

◆ busy_size

size_t xml_memory_page::busy_size

◆ freed_size

size_t xml_memory_page::freed_size

◆ next

xml_memory_page* xml_memory_page::next

◆ prev

xml_memory_page* xml_memory_page::prev

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