Go to the source code of this file.
Data Structures | |
class | mem_pool< total_size, block_shift > |
Macros | |
#define | noexcept_testing noexcept |
#define | static_construction_error() std::terminate() |
Variables | |
constexpr const auto | mem_pool_used_index = 0xFFFFFFFFFFFFFFFEUL |
constexpr const auto | mem_pool_free_index = 0xFFFFFFFFFFFFFFFFUL |
#define noexcept_testing noexcept |
Definition at line 40 of file mem_pool.h.
#define static_construction_error | ( | ) | std::terminate() |
Definition at line 41 of file mem_pool.h.
constexpr const auto mem_pool_used_index = 0xFFFFFFFFFFFFFFFEUL |
Definition at line 48 of file mem_pool.h.
constexpr const auto mem_pool_free_index = 0xFFFFFFFFFFFFFFFFUL |
Definition at line 49 of file mem_pool.h.