Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 201 Bytes

memOverflowError.md

File metadata and controls

11 lines (7 loc) · 201 Bytes

memOverflowError

Signature

stdError.memOverflowError

Description

The internal Solidity error when trying to allocate a dynamic memory array with more than 2^64-1 items.