macro_rules! resize_memory { ($interp:expr, $offset:expr, $len:expr) => { ... }; ($interp:expr, $offset:expr, $len:expr, $ret:expr) => { ... }; }
Expand description
Resizes the interpreter memory if necessary. Fails the instruction if the memory or gas limit is exceeded.