MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / memfree

Function memfree

src/allocator/mod.rs:189–192  ·  view source on GitHub ↗

Free memory

()

Source from the content-addressed store, hash-verified

187
188// Free memory
189pub fn memfree() -> usize
190{
191 ALLOCATOR.lock().free()
192}
193
194
195// Memory size

Callers

nothing calls this directly

Calls 2

freeMethod · 0.80
lockMethod · 0.80

Tested by

no test coverage detected