Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::null_allocator Class Reference

Public Member Functions

block allocate (size_t) noexcept
 
bool owns (const block &b) noexcept
 
bool expand (block &b, size_t) noexcept
 
bool reallocate (block &b, size_t) noexcept
 
void deallocate (block &b) noexcept
 
void deallocateAll () noexcept
 

Static Public Attributes

static const unsigned alignment = 64 * 1024
 

Detailed Description

Definition at line 20 of file null_allocator.hpp.


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