Function report |
Source Code:mm\kasan\generic.c |
Create Date:2022-07-28 15:53:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Emitted by compiler to poison alloca()ed objects.
Proto:void __asan_alloca_poison(unsigned long addr, size_t size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
size_t | size |
289 | right_redzone = addr + rounded_up_size |
293 | kasan_unpoison_shadow((constvoid * )(addr + rounded_down_size), size - rounded_down_size) |
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 |