|
Urho3D
|
Allocator memory block. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/Allocator.h>
Public Attributes | |
| unsigned | nodeSize_ |
| Size of a node. | |
| unsigned | capacity_ |
| Number of nodes in this block. | |
| AllocatorNode * | free_ |
| First free node. | |
| AllocatorBlock * | next_ |
| Next allocator block. | |
Allocator memory block.
1.8.17