Function report |
Source Code:mm\slub.c |
Create Date:2022-07-28 15:49:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__kmalloc_node_track_caller
Proto:void *__kmalloc_node_track_caller(size_t size, gfp_t gfpflags, int node, unsigned long caller)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
gfp_t | gfpflags | |
int | node | |
unsigned long | caller |
4351 | ret = kmalloc_large_node(size, gfpflags, node) |
4357 | Return ret |
4360 | s = kmalloc_slab(size, gfpflags) |
4362 | If Value for the false possibility is greater at compile time(ZERO_OR_NULL_PTR(s)) Then Return s |
4368 | trace_kmalloc_node(caller, ret, size, The size of an object including metadata , gfpflags, node) |
4370 | Return ret |
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 |