bit::memory
|
This bounds checker performs no operation, and is intended to be used for non-debug variations of the arena_allocator. More...
#include <null_bounds_checker.hpp>
Public Member Functions | |
void | prepare_front_fence (void *, std::size_t) |
void | prepare_back_fence (void *, std::size_t) |
void | check_front_fence (const allocator_info &, void *, std::size_t) |
void | check_back_fence (const allocator_info &, void *, std::size_t) |
Static Public Attributes | |
static constexpr std::size_t | front_size = 0 |
static constexpr std::size_t | back_size = 0 |
This bounds checker performs no operation, and is intended to be used for non-debug variations of the arena_allocator.
Definition at line 52 of file null_bounds_checker.hpp.