mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces
memory.hpp File Reference
#include <mutable/mutable-config.hpp>
#include <mutable/util/fn.hpp>
#include <cstdint>
#include <iostream>
#include <memory>
Include dependency graph for memory.hpp:
This graph shows which files directly or indirectly include this file:

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
 

‍mutable namespace


 
namespace  m::memory