Constant polkavm_common::abi::VM_PAGE_SIZE
source · pub const VM_PAGE_SIZE: u32 = 0x4000;
Expand description
The page size of the VM.
This is the minimum granularity with which the VM can allocate memory.
pub const VM_PAGE_SIZE: u32 = 0x4000;
The page size of the VM.
This is the minimum granularity with which the VM can allocate memory.