xref: /DragonOS/docs/kernel/core_api/index.rst (revision aa0367d69e15989684109c5b454e85da9ecb1975)
1====================================
2核心API文档
3====================================
4
5   这里是DragonOS的核心api文档。
6
7.. toctree::
8   :maxdepth: 1
9   :caption: 内核实用函数库
10
11   kernel_api
12   atomic
13   data_structures
14   casting
15   softirq
16
17内存管理
18===================
19
20   这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
21
22   详细的内存管理模块的文档请参见::ref:`memory_management_module`
23
24.. toctree::
25   :maxdepth: 1
26
27   allocate-memory
28   mm-api