|
Urho3D
|
Allocator memory block. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.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. | |
| AllocatorNode * | free_ |
| First free node. | |
| AllocatorBlock * | next_ |
| Next allocator block. | |
Allocator memory block.