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.