补充 kmalloc 的头文件.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
a95dc2cfa7
commit
f54bddc4ce
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
通过 kmalloc/kzalloc 分配内核空间,通过 kfree 释放。
|
通过 kmalloc/kzalloc 分配内核空间,通过 kfree 释放。
|
||||||
|
|
||||||
|
**头文件:**
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
#include <linux/slab.h>
|
||||||
|
```
|
||||||
|
|
||||||
### kmalloc
|
### kmalloc
|
||||||
|
|
||||||
**函数原型:**
|
**函数原型:**
|
||||||
|
|
Loading…
Reference in New Issue