Function report |
Source Code:mm\kmemleak.c |
Create Date:2022-07-28 16:22:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allow boot-time kmemleak disabling (enabled by default).
Proto:static int __init kmemleak_boot_config(char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str |
1913 | If strcmp(str, "off") == 0 Then kmemleak_disable() |
1915 | Else if strcmp(str, "on") == 0 Then setting kmemleak=on, will set this var, skipping the disable = 1 |
1917 | Else Return -EINVAL |
1919 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |