Function report |
Source Code:arch\x86\kernel\module.c |
Create Date:2022-07-28 08:39:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:module_alloc
Proto:void *module_alloc(unsigned long size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | size |
72 | If align the pointer to the (next) page boundary (size) > MODULES_LEN Then Return NULL |
75 | p = __vmalloc_node_range(size, MODULE_ALIGN, MODULES_VADDR + get_module_load_offset(), MODULES_END, GFP_KERNEL, PAGE_KERNEL, 0, NUMA_NO_NODE, __builtin_return_address(0)) |
85 | Return p |
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 |