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

Function a_init

app_background/src/st.rs:83–85  ·  view source on GitHub ↗
(size: usize, align: usize)

Source from the content-addressed store, hash-verified

81use alloc::{boxed::Box, format};
82
83extern "C" fn a_init(size: usize, align: usize) -> *mut u8 {
84 panic!("")
85}
86extern "C" fn d_init(ptr: *mut u8, size: usize, align: usize) {
87 panic!("")
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected