Skip to main content

start_with_allocator_init

Function start_with_allocator_init 

Source
pub fn start_with_allocator_init<F>(
    allocator_init: unsafe fn(*mut usize, *mut usize),
    entry: F,
) -> !
where F: FnOnce() -> Infallible,
Expand description

Initialize the Airbender runtime with a custom allocator init hook.