index.rst 548 B

123456789101112131415161718192021222324252627
  1. ====================================
  2. 核心API文档
  3. ====================================
  4. 这里是DragonOS的核心api文档。
  5. .. toctree::
  6. :maxdepth: 1
  7. :caption: 内核实用函数库
  8. kernel_api
  9. atomic
  10. data_structures
  11. casting
  12. 内存管理
  13. ===================
  14. 这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
  15. 详细的内存管理模块的文档请参见::ref:`memory_management_module`
  16. .. toctree::
  17. :maxdepth: 1
  18. allocate-memory
  19. mm-api