rcore-os / rCore-Tutorial-Book-v3

A book about how to write OS kernels in Rust easily.

Home Page:https://rcore-os.github.io/rCore-Tutorial-Book-v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rCore-Tutorial-Book-v3/chapter4/0intro

utterances-bot opened this issue · comments

引言 — rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档

https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter4/0intro.html

commented

也能在虚拟内存中以各种粒度大小来动态分配内存资源,具体实现主要集中在 os/src/mm/heap_allocator.rs 中。。

多了一个句号