Documentation ¶
Index ¶
- type Memory
- func (m *Memory) All() []byte
- func (m *Memory) Copy(offset uint64, length uint64) ([]byte, error)
- func (m *Memory) Malloc(offset uint64, size uint64) []byte
- func (m *Memory) Map(offset uint64, length uint64) ([]byte, error)
- func (m *Memory) Set(idx uint64, data byte) error
- func (m *Memory) Size() int64
- func (m *Memory) Store(offset uint64, data []byte) error
- func (m *Memory) StoreNBytes(offset uint64, n uint64, data []byte) error
- func (m *Memory) WillIncrease(offset *evmutils.Int, size *evmutils.Int) (o uint64, s uint64, i uint64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.