Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
kcenon::container::internal::pool_size_class Struct Reference

Size class thresholds for pool allocation. More...

#include <pool_allocator.h>

Collaboration diagram for kcenon::container::internal::pool_size_class:
Collaboration graph

Static Public Attributes

static constexpr std::size_t small_threshold = 64
 
static constexpr std::size_t medium_threshold = 256
 
static constexpr std::size_t blocks_per_chunk = 1024
 

Detailed Description

Size class thresholds for pool allocation.

Definition at line 33 of file pool_allocator.h.

Member Data Documentation

◆ blocks_per_chunk

std::size_t kcenon::container::internal::pool_size_class::blocks_per_chunk = 1024
staticconstexpr

Definition at line 36 of file pool_allocator.h.

◆ medium_threshold

std::size_t kcenon::container::internal::pool_size_class::medium_threshold = 256
staticconstexpr

◆ small_threshold

std::size_t kcenon::container::internal::pool_size_class::small_threshold = 64
staticconstexpr

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