VLink  2.0.0
A high-performance communication middleware
vlink::MemoryPool::Tier Struct Referencefinal

Descriptor for one size class. More...

#include <memory_pool.h>

Collaboration diagram for vlink::MemoryPool::Tier:

Public Attributes

size_t max_size {0}
 Inclusive upper bound of the tier in bytes. More...
 
size_t blocks_per_chunk {0}
 Maximum blocks carved from a single upstream chunk. More...
 

Detailed Description

Descriptor for one size class.

Member Data Documentation

◆ blocks_per_chunk

size_t vlink::MemoryPool::Tier::blocks_per_chunk {0}

Maximum blocks carved from a single upstream chunk.

◆ max_size

size_t vlink::MemoryPool::Tier::max_size {0}

Inclusive upper bound of the tier in bytes.


The documentation for this struct was generated from the following file: