|
Allocator Builder
Policy Based C++ Template Allocator Library
|
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 |
Definition at line 20 of file null_allocator.hpp.