[][src]Module lucet_runtime_internals::alloc

Modules

tests

Structs

Alloc

The structure that manages the allocations backing an Instance.

Limits

Runtime limits for the various memories that back a Lucet instance.

Slot

A set of pointers into virtual memory that can be allocated into an Alloc.

Enums

AddrLocation

Constants

DEFAULT_SIGNAL_STACK_SIZE
HOST_PAGE_SIZE_EXPECTED
MINSIGSTKSZ

Functions

host_page_size

Our host is Linux x86_64, which should always use a 4K page.

instance_heap_offset