mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Enumerations
list_allocator.hpp File Reference
#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>
Include dependency graph for list_allocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::list_allocator
 Implements a list allocator. More...
 

Namespaces

namespace  m
 

‍mutable namespace


 

Enumerations

enum class  m::AllocationStrategy { m::Linear , m::Exponential }