Module falcon::memory::paged [] [src]

A memory model with copy-on-write pages, which attempts not to split values and accepts a memory backing.

This memory model operates over types which implement the Value trait.

Structs

Memory

A copy-on-write paged memory model.

Constants

PAGE_SIZE

The size of the copy-on-write pages.