playrho::BlockAllocator::Chunk Struct Reference

Chunk. More...

Public Types

using size_type = std::size_t
 Size type. More...
 

Public Attributes

size_type blockSize
 Block size. More...
 
Blockblocks
 Pointer to blocks. More...
 

Detailed Description

Chunk.

Definition at line 91 of file BlockAllocator.cpp.

Member Typedef Documentation

◆ size_type

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: