MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / dealloc

Method dealloc

hail-fuzz/src/debug_alloc.rs:47–49  ·  view source on GitHub ↗
(&self, ptr: *mut u8, layout: std::alloc::Layout)

Source from the content-addressed store, hash-verified

45 }
46
47 unsafe fn dealloc(&self, ptr: *mut u8, layout: std::alloc::Layout) {
48 System.dealloc(ptr, layout)
49 }
50
51 unsafe fn alloc_zeroed(&self, layout: std::alloc::Layout) -> *mut u8 {
52 let ptr = System.alloc_zeroed(layout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected