MCPcopy 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

133unsafe impl FrameAllocator<Size4KiB> for EmptyFrameAllocator
134{
135 fn allocate_frame(&mut self) -> Option<PhysFrame>
136 {
137 None
138 }
139}
140
141

Callers 2

init_heapFunction · 0.80
pallocFunction · 0.80

Calls 1

usableframesMethod · 0.80

Tested by

no test coverage detected