Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:00 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate and initialize an mm_struct.
Proto:struct mm_struct *mm_alloc(void)
Type:struct mm_struct
Parameter:Nothing
1066 | mm = allocate_mm() |
1067 | If Not mm Then Return NULL |
1071 | Return mm_init(mm, current process, current_user_ns()) |
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 |