Urho3D
Public Attributes | List of all members
Urho3D::AllocatorBlock Struct Reference

Allocator memory block. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Container/Allocator.h>

Public Attributes

i32 nodeSize_
 Size of a node.
 
i32 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: