mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
doc: 内存分配指南
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
====================================
|
||||
核心API文档
|
||||
====================================
|
||||
|
||||
@ -8,3 +9,15 @@
|
||||
:caption: 内核实用函数库
|
||||
|
||||
kernel_api
|
||||
|
||||
内存管理
|
||||
===================
|
||||
|
||||
这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
|
||||
|
||||
详细的内存管理模块的文档请参见::ref:`memory_management_module`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
allocate-memory
|
Reference in New Issue
Block a user