Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
memory_types.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
6
7namespace bb::avm2 {
8
11using MemoryAddress = uint32_t;
13// Related constants are AVM_HIGHEST_MEM_ADDRESS and AVM_MEMORY_NUM_BITS, i.e.,
14// should we change the alias MemoryAddress to another type (e.g., uint64_t)
15// then these two constants need to be adjusted.
16
17} // namespace bb::avm2
uint32_t MemoryAddress
constexpr auto MemoryAddressTag