Function report |
Source Code:mm\kasan\common.c |
Create Date:2022-07-28 15:50:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_init_slab_obj
Proto:void *__must_check kasan_init_slab_obj(struct kmem_cache *cache, const void *object)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cache | |
const void * | object |
411 | If Not (Used for retrieving partial slabs, etc. & SLAB_KASAN) Then Return object |
414 | alloc_info = get_alloc_info(cache, object) |
415 | __memset(alloc_info, 0, size of alloc_info ) |
421 | Return object |
Name | Describe |
---|---|
setup_object |
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 |