Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ addr_start
Method
addr_start
src/allocator/lnls.rs:26–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
24
}
25
26
fn addr_start(&self) -> usize
27
{
28
self as *const Self as usize
29
}
30
31
fn addr_end(&self) -> usize
32
{
Callers
2
addr_end
Method · 0.80
alloc_fromrgn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected