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 15内存管理 16=================== 17 18 这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。 19 20 详细的内存管理模块的文档请参见::ref:`memory_management_module` 21 22.. toctree:: 23 :maxdepth: 1 24 25 allocate-memory 26 mm-api