Kagome
Polkadot Runtime Engine in C++17
kagome::runtime::Memory Member List

This is the complete list of members for kagome::runtime::Memory, including all inherited members.

allocate(WasmSize size)=0kagome::runtime::Memorypure virtual
deallocate(WasmPointer ptr)=0kagome::runtime::Memorypure virtual
kMaxMemorySizekagome::runtime::Memorystatic
load128(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load16s(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load16u(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load32s(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load32u(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load64s(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load64u(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load8s(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
load8u(WasmPointer addr) const =0kagome::runtime::Memorypure virtual
loadN(WasmPointer addr, WasmSize n) const =0kagome::runtime::Memorypure virtual
loadStr(WasmPointer addr, WasmSize n) const =0kagome::runtime::Memorypure virtual
resize(WasmSize new_size)=0kagome::runtime::Memorypure virtual
size() const =0kagome::runtime::Memorypure virtual
store128(WasmPointer addr, const std::array< uint8_t, 16 > &value)=0kagome::runtime::Memorypure virtual
store16(WasmPointer addr, int16_t value)=0kagome::runtime::Memorypure virtual
store32(WasmPointer addr, int32_t value)=0kagome::runtime::Memorypure virtual
store64(WasmPointer addr, int64_t value)=0kagome::runtime::Memorypure virtual
store8(WasmPointer addr, int8_t value)=0kagome::runtime::Memorypure virtual
storeBuffer(WasmPointer addr, gsl::span< const uint8_t > value)=0kagome::runtime::Memorypure virtual
storeBuffer(gsl::span< const uint8_t > value)=0kagome::runtime::Memorypure virtual
~Memory()=defaultkagome::runtime::Memoryvirtual