Function report |
Source Code:mm\vmalloc.c |
Create Date:2022-07-28 14:59:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__get_vm_area
Proto:struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, unsigned long start, unsigned long end)
Type:struct vm_struct
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | size | |
unsigned long | flags | |
unsigned long | start | |
unsigned long | end |
2125 | Return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, GFP_KERNEL, __builtin_return_address(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 |