Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ addr_end
Method
addr_end
src/allocator/lnls.rs:31–34 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn addr_end(&self) -> usize
32
{
33
self.addr_start() + self.size
34
}
35
}
36
37
pub struct LnLsAlloc
Callers
2
alloc_fromrgn
Method · 0.80
alloc
Method · 0.80
Calls
1
addr_start
Method · 0.80
Tested by
no test coverage detected