函数逻辑报告 |
Source Code:mm\kmemleak.c |
Create Date:2022-07-27 17:57:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Thread function performing automatic memory scanning. Unreferenced objects* at the end of a memory scan are reported but only the first time.
函数原型:static int kmemleak_scan_thread(void *arg)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | arg |
1551 | first_run等于IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN) |
1553 | 打印信息("Automatic memory scanning thread started\n") |
1554 | set_user_nice(当前进程, 10) |
1559 | 如果first_run则 |
1561 | first_run等于0 |
1578 | 打印信息("Automatic memory scanning thread ended\n") |
1580 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |