Function resize_memory
pub fn resize_memory<Memory>(
gas: &mut Gas,
memory: &mut Memory,
gas_table: &GasParams,
offset: usize,
len: usize,
) -> Result<(), InstructionResult>where
Memory: MemoryTr,Expand description
Performs EVM memory resize.