(ptr: *mut u8, layout: alloc::alloc::Layout)
| 4 | panic!("") |
| 5 | } |
| 6 | extern "C" fn d_init(ptr: *mut u8, layout: alloc::alloc::Layout) { |
| 7 | panic!("") |
| 8 | } |
| 9 | |
| 10 | #[repr(C)] |
| 11 | pub struct AllocFromCtx { |
nothing calls this directly
no outgoing calls
no test coverage detected