[][src]Module lucet_runtime_internals::region

Modules

mmap

Structs

InstanceBuilder

A builder for instances; created by Region::new_instance_builder().

Traits

Region

A memory region in which Lucet instances are created and run.

RegionCreate

A trait for regions that are created with a fixed capacity and limits.

RegionInternal

A RegionInternal is a collection of Slots which are managed as a whole.