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

Function a_init

bootloader/kernel/src/allocator.rs:3–5  ·  view source on GitHub ↗
(l: alloc::alloc::Layout)

Source from the content-addressed store, hash-verified

1use alloc::alloc::{GlobalAlloc, Layout};
2use core::ptr::null_mut;
3extern "C" fn a_init(l: alloc::alloc::Layout) -> *mut u8 {
4 panic!("")
5}
6extern "C" fn d_init(ptr: *mut u8, layout: alloc::alloc::Layout) {
7 panic!("")
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected