This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add note extolling the extreme badness of the frame allocator
master
3moon
8 years ago
parent
200e1a167b
commit
767c85e665
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/arch/x86_64/memory/area_frame_allocator.rs
+ 2
- 0
src/arch/x86_64/memory/area_frame_allocator.rs
View File
@ -51,6 +51,8 @@ impl FrameAllocator for AreaFrameAllocator {
}
}
/// EXTREME BADNESS
/// TODO: fix this
fn
dealloc_frame
(
&
mut
self
,
frame
:
Frame
)
{
unimplemented
!
(
)
;
}
Write
Preview
Loading…
Cancel
Save