tasm_lib::rust_shadowing_helper_functions::dyn_malloc

Function dynamic_allocator

Source
pub fn dynamic_allocator(
    memory: &mut HashMap<BFieldElement, BFieldElement>,
) -> BFieldElement
Expand description

Return a pointer to the next free page of memory, and update the dyn malloc state accordingly.