Function report | 
Source Code:mm\slub.c | 
Create Date:2022-07-28 15:49:51 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__kmalloc_track_caller
Proto:void *__kmalloc_track_caller(size_t size, gfp_t gfpflags, unsigned long caller)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| size_t | size | |
| gfp_t | gfpflags | |
| unsigned long | caller | 
| 4327 | If Value for the false possibility is greater at compile time(size > Maximum size for which we actually use a slab cache ) Then Return kmalloc_large(size, gfpflags) | 
| 4330 | s = kmalloc_slab(size, gfpflags) | 
| 4332 | If Value for the false possibility is greater at compile time(ZERO_OR_NULL_PTR(s)) Then Return s | 
| 4335 | ret = slab_alloc(s, gfpflags, caller) | 
| 4340 | 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  |