Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
backing_memory.cpp File Reference

Go to the source code of this file.

Variables

bool slow_low_memory
 

Variable Documentation

◆ slow_low_memory

bool slow_low_memory
Initial value:
=
std::getenv("BB_SLOW_LOW_MEMORY") == nullptr ? false : std::string(std::getenv("BB_SLOW_LOW_MEMORY")) == "1"
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13

Definition at line 4 of file backing_memory.cpp.