MCPcopy Create free account
hub / github.com/Craig-Macomber/lol_alloc / dealloc

Method dealloc

lol_alloc/src/single_threaded_allocator.rs:30–32  ·  view source on GitHub ↗
(&self, ptr: *mut u8, layout: Layout)

Source from the content-addressed store, hash-verified

28 }
29
30 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) {
31 self.inner.dealloc(ptr, layout);
32 }
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected