|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <memory.hpp>
Public Member Functions | |
| MemoryProvider (RangeCheckInterface &range_check, ExecutionIdGetterInterface &execution_id_manager, EventEmitterInterface< MemoryEvent > &event_emitter) | |
| std::unique_ptr< MemoryInterface > | make_memory (uint16_t space_id) override |
Public Member Functions inherited from bb::avm2::simulation::MemoryProviderInterface | |
| virtual | ~MemoryProviderInterface ()=default |
Private Attributes | |
| RangeCheckInterface & | range_check |
| ExecutionIdGetterInterface & | execution_id_manager |
| EventEmitterInterface< MemoryEvent > & | events |
Definition at line 47 of file memory.hpp.
|
inline |
Definition at line 49 of file memory.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::MemoryProviderInterface.
Definition at line 57 of file memory.hpp.
|
private |
Definition at line 65 of file memory.hpp.
|
private |
Definition at line 64 of file memory.hpp.
|
private |
Definition at line 63 of file memory.hpp.