Expand description
Module for memory and allocations context.
Structs
- Pages allocations context for the running program.
- Incorrect allocation data error
- Interval in wasm program memory.
- Grow handler do nothing implementation
- Buffer for gear page data.
Enums
- Allocation error
- Core memory error.
Traits
- Before and after memory grow actions.
- Backend wasm memory interface.
Type Aliases
- Host pointer type. Host pointer can be 64bit or less, to support both we use u64.
- Alias for inner type of page buffer.