We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424530 commit 5dd7d49Copy full SHA for 5dd7d49
1 file changed
lec5/p2-memalloc.md
@@ -401,10 +401,17 @@ http://en.wikipedia.org/wiki/Buddy_memory_allocation -->
401
* [buddy_system_allocator](https://crates.io/crates/buddy_system_allocator):用Rust写的伙伴系统算法
402
* [buddy-system-in-ucore-test](https://github.com/ucore-test/buddy-system-in-ucore-test#buddy-system-in-ucore-test):能够在c语言程序中调用buddy-system的接口
403
404
+
405
406
+<!--
407
408
409
---
410
411
##### 课后练习
412
413
+//算法不对
414
415
用C或Rust语言实现如下的改进伙伴系统。([已有参考实现](https://github.com/scPointer/advanced_buddy_system))
416
417
修改伙伴系统分配操作:
@@ -414,6 +421,8 @@ http://en.wikipedia.org/wiki/Buddy_memory_allocation -->
421
422
分析“改进伙伴系统”的存储利用率和分配释放开销。
423
424
+-->
425
426
418
427
419
428
**提纲**
0 commit comments