Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
pub fn memsize() -> usize
197
{
198
ALLOCATOR.lock().size()
199
}
200
201
202
// Used memory
Callers
1
mntmem
Function · 0.50
Calls
2
lock
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected