Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/slab_allocator.hpp"
#include "barretenberg/common/throw_or_abort.hpp"
#include "unistd.h"
#include <atomic>
#include <cstring>
#include <fcntl.h>
#include <filesystem>
#include <memory>
#include <sys/mman.h>
Go to the source code of this file.
Classes | |
class | BackingMemory< Fr > |
class | AlignedMemory< T > |
class | FileBackedMemory< T > |
Variables | |
bool | slow_low_memory |
|
extern |
Definition at line 4 of file backing_memory.cpp.