Function revm::interpreter::interpreter::resize_memory

source ยท
pub fn resize_memory(
    memory: &mut SharedMemory,
    gas: &mut Gas,
    new_size: usize
) -> bool
Expand description

Resize the memory to the new size. Returns whether the gas was enough to resize the memory.