Struct memory_t::memory_data_t#

Nested Relationships#

This struct is a nested type of Template Class memory_t.

Struct Documentation#

struct memory_data_t#

The memory data structure.

Public Members

size_t size#

The size of the memory acceesed by now (YP: \(32 \dot \mu_{i}\))

size_t allocated_size#

Internal allocated size do not confuse with size

evm_word_t memory_cost#

The memory cost (YP: \(M(\mu_{i})\))

uint8_t *data#

The data of the memory