|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
Size class thresholds for pool allocation. More...
#include <pool_allocator.h>

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 |
Size class thresholds for pool allocation.
Definition at line 33 of file pool_allocator.h.
|
staticconstexpr |
Definition at line 36 of file pool_allocator.h.
|
staticconstexpr |
|
staticconstexpr |
Definition at line 34 of file pool_allocator.h.
Referenced by kcenon::container::internal::pool_allocator::allocate(), kcenon::container::internal::pool_allocator::deallocate(), and kcenon::container::internal::get_size_class().