Function report |
Source Code:mm\kasan\generic.c |
Create Date:2022-07-28 15:53:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memory_is_poisoned
Proto:static __always_inline bool memory_is_poisoned(unsigned long addr, size_t size)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
size_t | size |
151 | If __builtin_constant_p(size) Then |
153 | Case size == 1 |
155 | Case size == 2 |
156 | Case size == 4 |
157 | Case size == 8 |
158 | Return memory_is_poisoned_2_4_8(addr, size) |
159 | Case size == 16 |
160 | Return memory_is_poisoned_16(addr) |
161 | Default |
166 | Return memory_is_poisoned_n(addr, size) |
Name | Describe |
---|---|
check_memory_region_inline |
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 |