Urho3D::AllocatorBlock Struct Reference
Urho3D::AllocatorBlock Struct Reference
  Allocator memory block. More...
#include <Urho3D/Container/Allocator.h>
Collaboration diagram for Urho3D::AllocatorBlock:
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.  | |
Detailed Description
Allocator memory block.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Container/Allocator.h
 
