Function report |
Source Code:mm\kasan\report.c |
Create Date:2022-07-28 15:52:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_get_free_track
Proto:static struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, void *object, u8 tag)
Type:struct kasan_track
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cache | |
void * | object | |
u8 | tag |
158 | i = 0 |
160 | alloc_meta = get_alloc_info(cache, object) |
171 | Return free_track[i] |
Name | Describe |
---|---|
describe_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 |