|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::runtime::Memory, including all inherited members.
| allocate(WasmSize size)=0 | kagome::runtime::Memory | pure virtual |
| deallocate(WasmPointer ptr)=0 | kagome::runtime::Memory | pure virtual |
| kMaxMemorySize | kagome::runtime::Memory | static |
| load128(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load16s(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load16u(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load32s(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load32u(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load64s(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load64u(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load8s(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| load8u(WasmPointer addr) const =0 | kagome::runtime::Memory | pure virtual |
| loadN(WasmPointer addr, WasmSize n) const =0 | kagome::runtime::Memory | pure virtual |
| loadStr(WasmPointer addr, WasmSize n) const =0 | kagome::runtime::Memory | pure virtual |
| resize(WasmSize new_size)=0 | kagome::runtime::Memory | pure virtual |
| size() const =0 | kagome::runtime::Memory | pure virtual |
| store128(WasmPointer addr, const std::array< uint8_t, 16 > &value)=0 | kagome::runtime::Memory | pure virtual |
| store16(WasmPointer addr, int16_t value)=0 | kagome::runtime::Memory | pure virtual |
| store32(WasmPointer addr, int32_t value)=0 | kagome::runtime::Memory | pure virtual |
| store64(WasmPointer addr, int64_t value)=0 | kagome::runtime::Memory | pure virtual |
| store8(WasmPointer addr, int8_t value)=0 | kagome::runtime::Memory | pure virtual |
| storeBuffer(WasmPointer addr, gsl::span< const uint8_t > value)=0 | kagome::runtime::Memory | pure virtual |
| storeBuffer(gsl::span< const uint8_t > value)=0 | kagome::runtime::Memory | pure virtual |
| ~Memory()=default | kagome::runtime::Memory | virtual |