Struct QuickPool::Chunk

Nested Relationships

This struct is a nested type of Class QuickPool.

Struct Documentation

struct umpire::strategy::QuickPool::Chunk

Public Functions

Chunk(void *ptr, std::size_t s, std::size_t cs)

Public Members

void *data = {nullptr}
std::size_t size = {0}
std::size_t chunk_size = {0}
bool free = {true}
Chunk *prev = {nullptr}
Chunk *next = {nullptr}
SizeMap::iterator size_map_it