bit::memory
Public Member Functions | Static Public Attributes | List of all members
bit::memory::null_bounds_checker Class Reference

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
 

Detailed Description

This bounds checker performs no operation, and is intended to be used for non-debug variations of the arena_allocator.

Satisfies
BoundsChecker

Definition at line 52 of file null_bounds_checker.hpp.


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