Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ah-map-arena.H File Reference

Memory-mapped file arena allocator. More...

#include <unistd.h>
#include <cstdlib>
#include <cstdint>
#include <cassert>
#include <filesystem>
#include <fcntl.h>
#include <sys/mman.h>
#include <string>
#include <ah-errors.H>
Include dependency graph for ah-map-arena.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aleph::MapArena
 Memory-mapped file arena allocator. More...
 

Namespaces

namespace  Aleph
 Main namespace for Aleph-w library functions.
 

Detailed Description

Memory-mapped file arena allocator.

Provides MapArena for allocating memory from memory-mapped files, enabling persistent allocations that survive process restarts. Uses mmap for efficient file-backed memory.

Author
Leandro Rabindranath León

Definition in file ah-map-arena.H.