cairo_vm::types::relocatable

Function relocate_address

Source
pub fn relocate_address(
    relocatable: Relocatable,
    relocation_table: &[usize],
) -> Result<usize, MemoryError>