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

Method dealloc

lol_alloc/src/trivial_allocators.rs:16–16  ·  view source on GitHub ↗
(&self, _ptr: *mut u8, _layout: Layout)

Source from the content-addressed store, hash-verified

14 }
15
16 unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) {}
17}
18
19/// Allocator that allocates whole pages for each allocation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected