U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::AllocatorBlock Struct Reference

Allocator memory block. More...

#include </var/dev/u3d/stable/Source/Urho3D/Container/Allocator.h>

Collaboration diagram for Urho3D::AllocatorBlock:
[legend]

Public Attributes

unsigned nodeSize_
 Size of a node.
 
unsigned capacity_
 Number of nodes in this block.
 
AllocatorNodefree_
 First free node.
 
AllocatorBlocknext_
 Next allocator block.
 

Detailed Description

Allocator memory block.


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