We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb02a05 commit 2e23111Copy full SHA for 2e23111
tasm-lib/src/memory/dyn_malloc.rs
@@ -16,7 +16,7 @@ use crate::traits::function::FunctionInitialState;
16
/// See the [memory convention][super] for details.
17
pub const DYN_MALLOC_ADDRESS: BFieldElement = BFieldElement::new(BFieldElement::MAX);
18
19
-/// The address of the first page that can be dynamically allocated.
+/// The index of the first page that can be dynamically allocated.
20
pub const DYN_MALLOC_FIRST_PAGE: u64 = 1;
21
22
/// The number of pages that can be dynamically allocated.
0 commit comments