函数逻辑报告 |
Source Code:lib\kunit\test.c |
Create Date:2022-07-27 07:36:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kunit_kmalloc
函数原型:void *kunit_kmalloc(struct kunit *test, size_t size, gfp_t gfp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kunit * | test | |
size_t | size | |
gfp_t | gfp |
名称 | 描述 |
---|---|
string_stream_fragment_init | |
kunit_try_catch_test_init | |
kunit_kzalloc | kunit_kzalloc() - Just like kunit_kmalloc(), but zeroes the allocation.*@test: The test context object.*@size: The size in bytes of the desired memory.*@gfp: flags passed to underlying kmalloc().* See kzalloc() and kunit_kmalloc() for more information. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |