Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ address
Method
address
src/allocator/mod.rs:221–224 ·
view source on GitHub ↗
Address
(&self)
Source
from the content-addressed store, hash-verified
219
{
220
// Address
221
pub fn address(&self) -> u64
222
{
223
physaddr(&self.buffer.lock()[0])
224
}
225
226
227
// From
Callers
nothing calls this directly
Calls
2
physaddr
Function · 0.85
lock
Method · 0.80
Tested by
no test coverage detected