VLink  2.0.0
A high-performance communication middleware
vlink::MemoryPool::Tier结构体 参考final

Descriptor for one size class. 更多...

#include <memory_pool.h>

vlink::MemoryPool::Tier 的协作图:

Public 属性

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

详细描述

Descriptor for one size class.

类成员变量说明

◆ 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.


该结构体的文档由以下文件生成: