7

鸿蒙内核源码分析(源码结构篇) | 内核源码500问 | 给HarmonyOS源码加上中文注释 | v18...

 3 years ago
source link: https://my.oschina.net/u/3751245/blog/4869137
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

kernel_liteos_a_note: 鸿蒙内核源码注释中文版

点击目录和文件查看详细源码中文注解,走进内核的世界.

kernel_liteos_a_note

kernel

base

core -> -> 这个core指的是与CPU core相关的文件

ipc

-> -> 进程间通讯有哪些方式 ? 请说出三种 ? 是如何实现的 ?

mem -> -> 内存管理模块管理系统的内存资源,它是操作系统的核心模块之一

bestfit -> -> 动态内存管理的优点是按需分配,那缺点又是什么?

bestfit_little -> -> bestfit_little算法是在最佳适配算法的基础上加入slab机制形成的算法。

  • los_heap.c -> -> slab算法机制是怎样的? 又是如何实现的 ?

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK