Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ allocate_frame
Method
allocate_frame
src/mem.rs:135–138 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
133
unsafe impl FrameAllocator<Size4KiB> for EmptyFrameAllocator
134
{
135
fn allocate_frame(&mut self) -> Option<PhysFrame>
136
{
137
None
138
}
139
}
140
141
Callers
2
init_heap
Function · 0.80
palloc
Function · 0.80
Calls
1
usableframes
Method · 0.80
Tested by
no test coverage detected