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.
pub fn dynamic_allocator(
memory: &mut HashMap<BFieldElement, BFieldElement>,
) -> BFieldElement
Return a pointer to the next free page of memory, and update the dyn malloc state accordingly.