Skip to main content

executor_storage_layout

Function executor_storage_layout 

Source
pub const fn executor_storage_layout(
    cbs: usize,
    sc: usize,
    arena: usize,
) -> Layout
Expand description

Byte Layout of the backing needed for a (cbs, sc, arena)-sized executor. Public + non-generic so the macro / FFI can size a raw backing.