Function report |
Source Code:mm\slub.c |
Create Date:2022-07-28 15:47:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Hooks for other subsystems that check memory allocations. In a typical* production configuration these hooks all should produce no code at all.
Proto:static inline void *kmalloc_large_node_hook(void *ptr, size_t size, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | ptr | |
size_t | size | |
gfp_t | flags |
1391 | ptr = kasan_kmalloc_large(ptr, size, flags) |
1393 | kmemleak_alloc(ptr, size, 1, flags) |
1394 | Return ptr |
Name | Describe |
---|---|
kmalloc_large_node |
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 |