(l: alloc::alloc::Layout)
| 1 | use alloc::alloc::{GlobalAlloc, Layout}; |
| 2 | use core::ptr::null_mut; |
| 3 | extern "C" fn a_init(l: alloc::alloc::Layout) -> *mut u8 { |
| 4 | panic!("") |
| 5 | } |
| 6 | extern "C" fn d_init(ptr: *mut u8, layout: alloc::alloc::Layout) { |
| 7 | panic!("") |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected