![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <algorithm>#include <cerrno>#include <climits>#include <cstdint>#include <cstdlib>#include <cstring>#include <iostream>#include <mutable/util/ADT.hpp>#include <mutable/util/macro.hpp>#include <stdexcept>Go to the source code of this file.
Data Structures | |
| struct | m::list_allocator |
| Implements a list allocator. More... | |
Namespaces | |
| namespace | m |
| |
Enumerations | |
| enum class | m::AllocationStrategy { m::Linear , m::Exponential } |