MCPcopy 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
37pub struct LnLsAlloc

Callers 2

alloc_fromrgnMethod · 0.80
allocMethod · 0.80

Calls 1

addr_startMethod · 0.80

Tested by

no test coverage detected