MCPcopy Create free account
hub / github.com/Ruddle/Fomos / d_init

Function d_init

bootloader/kernel/src/allocator.rs:6–8  ·  view source on GitHub ↗
(ptr: *mut u8, layout: alloc::alloc::Layout)

Source from the content-addressed store, hash-verified

4 panic!("")
5}
6extern "C" fn d_init(ptr: *mut u8, layout: alloc::alloc::Layout) {
7 panic!("")
8}
9
10#[repr(C)]
11pub struct AllocFromCtx {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected