Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
pub fn memfree() -> usize
190
{
191
ALLOCATOR.lock().free()
192
}
193
194
195
// Memory size
Callers
nothing calls this directly
Calls
2
free
Method · 0.80
lock
Method · 0.80
Tested by
no test coverage detected