cairo_lang_sierra_to_casm::environment::frame_state

Function handle_alloc_local

Source
pub fn handle_alloc_local(
    frame_state: FrameState,
    ap_tracking: ApTracking,
    allocation_size: usize,
) -> Result<(usize, FrameState), FrameStateError>
Expand description

Returns the offset of the newly allocated variable and the new frame state.