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

Function memused

src/allocator/mod.rs:203–206  ·  view source on GitHub ↗

Used memory

()

Source from the content-addressed store, hash-verified

201
202// Used memory
203pub fn memused() -> usize
204{
205 ALLOCATOR.lock().free()
206}
207
208
209// PhysicalBuffer struct

Callers

nothing calls this directly

Calls 2

freeMethod · 0.80
lockMethod · 0.80

Tested by

no test coverage detected