Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
backing_memory.cpp
Go to the documentation of this file.
1
#include "
barretenberg/polynomials/backing_memory.hpp
"
2
3
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
4
bool
slow_low_memory
=
5
std::getenv
(
"BB_SLOW_LOW_MEMORY"
) ==
nullptr
? false : std::string(
std::getenv
(
"BB_SLOW_LOW_MEMORY"
)) ==
"1"
;
slow_low_memory
bool slow_low_memory
Definition
backing_memory.cpp:4
backing_memory.hpp
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
polynomials
backing_memory.cpp
Generated by
1.9.8