(size: usize, align: usize)
| 81 | use alloc::{boxed::Box, format}; |
| 82 | |
| 83 | extern "C" fn a_init(size: usize, align: usize) -> *mut u8 { |
| 84 | panic!("") |
| 85 | } |
| 86 | extern "C" fn d_init(ptr: *mut u8, size: usize, align: usize) { |
| 87 | panic!("") |
| 88 | } |
nothing calls this directly
no outgoing calls
no test coverage detected