playrho::BlockAllocator::Chunk Struct Reference
Public Types | |
| using | size_type = std::size_t |
| Size type. More... | |
Public Attributes | |
| size_type | blockSize |
| Block size. More... | |
| Block * | blocks |
| Pointer to blocks. More... | |
Detailed Description
Definition at line 91 of file BlockAllocator.cpp.
Member Typedef Documentation
◆ size_type
| using playrho::BlockAllocator::Chunk::size_type = std::size_t |
Size type.
Definition at line 93 of file BlockAllocator.cpp.
Member Data Documentation
◆ blockSize
| size_type playrho::BlockAllocator::Chunk::blockSize |
Block size.
Definition at line 95 of file BlockAllocator.cpp.
◆ blocks
| Block* playrho::BlockAllocator::Chunk::blocks |
Pointer to blocks.
Definition at line 96 of file BlockAllocator.cpp.
The documentation for this struct was generated from the following file:
- Common/BlockAllocator.cpp

