Skip to main content

Module heap_bridge

Module heap_bridge 

Source

Enums§

BridgeError

Functions§

bump_alloc_from_vmctx
Bump-allocate from VMContext. Panics if nursery is exhausted.
heap_to_value
Convert a heap-allocated object to a Value.
value_to_heap
Convert a Value to a heap-allocated object via VMContext bump allocation.