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

Function memsize

src/allocator/mod.rs:196–199  ·  view source on GitHub ↗

Memory size

()

Source from the content-addressed store, hash-verified

194
195// Memory size
196pub fn memsize() -> usize
197{
198 ALLOCATOR.lock().size()
199}
200
201
202// Used memory

Callers 1

mntmemFunction · 0.50

Calls 2

lockMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected