![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/mutable-config.hpp>
#include <mutable/util/fn.hpp>
#include <cstdint>
#include <iostream>
#include <memory>
Go to the source code of this file.
Data Structures | |
struct | m::memory::Allocator |
This is the common interface for all memory allocators that support rewiring. More... | |
struct | m::memory::AddressSpace |
This class represents a reserved address space in virtual memory. More... | |
struct | m::memory::Memory |
Represents a mapping created by a memory::Allocator . More... | |
struct | m::memory::LinearAllocator |
This is the simplest kind of allocator. More... | |
Namespaces | |
namespace | m |
| |
namespace | m::memory |