revm_interpreter

Macro resize_memory

Source
macro_rules! resize_memory {
    ($interpreter:expr, $offset:expr, $len:expr) => { ... };
    ($interpreter:expr, $offset:expr, $len:expr, $ret:expr) => { ... };
}
Expand description

Resizes the interpreterreter memory if necessary. Fails the instruction if the memory or gas limit is exceeded.