MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / dealloc

Method dealloc

src/allocator.rs:55–57  ·  view source on GitHub ↗
(&self, _ptr: *mut u8, _layout: Layout)

Source from the content-addressed store, hash-verified

53 }
54
55 unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) {
56 panic!("dealloc should be never called")
57 }
58}
59
60/// A wrapper around spin::Mutex to permit trait implementations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected