mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
doc: 锁机制的文档
This commit is contained in:
@ -27,6 +27,7 @@ SLAB内存池提供小内存对象的分配功能。
|
||||
|
||||
#### 描述
|
||||
  该函数用于释放通过kmalloc申请的内存。如果`address`为NULL,则函数被调用后,无事发生。
|
||||
|
||||
  请不要通过这个函数释放那些不是从`kmalloc()`申请的内存,否则将会导致系统崩溃。
|
||||
|
||||
##### 参数
|
||||
|
Reference in New Issue
Block a user