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

Method dealloc

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

Source from the content-addressed store, hash-verified

19 }
20
21 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) {
22 self.spin.lock().dealloc(ptr, layout);
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected