doc: 内存分配指南

This commit is contained in:
fslongjin
2022-07-26 18:45:11 +08:00
parent b0474540d4
commit 5c9e03236d
4 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,4 @@
====================================
核心API文档
====================================
@ -8,3 +9,15 @@
:caption: 内核实用函数库
kernel_api
内存管理
===================
这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
详细的内存管理模块的文档请参见::ref:`memory_management_module`
.. toctree::
:maxdepth: 1
allocate-memory