|
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 | |
| struct | BackingMemory< Fr > |
| struct | BackingMemory< Fr >::FileBackedData |
Functions | |
| size_t | parse_size_string (const std::string &size_str) |
Variables | |
| bool | slow_low_memory |
| size_t | storage_budget |
| std::atomic< size_t > | current_storage_usage |
| size_t parse_size_string | ( | const std::string & | size_str | ) |
Definition at line 17 of file backing_memory.cpp.
|
extern |
Definition at line 76 of file backing_memory.cpp.
|
extern |
Definition at line 10 of file backing_memory.cpp.
|
extern |
Definition at line 73 of file backing_memory.cpp.