Function report | 
Source Code:mm\kasan\generic.c | 
Create Date:2022-07-28 15:53:38 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:check_memory_region_inline
Proto:static __always_inline bool check_memory_region_inline(unsigned long addr, size_t size, bool write, unsigned long ret_ip)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned long | addr | |
| size_t | size | |
| bool | write | |
| unsigned long | ret_ip | 
| 173 | If Value for the false possibility is greater at compile time(size == 0) Then Return true | 
| 178 | kasan_report(addr, size, write, ret_ip) | 
| 179 | Return false | 
| 182 | If Value is more likely to compile time(!memory_is_poisoned(addr, size)) Then Return true | 
| 185 | kasan_report(addr, size, write, ret_ip) | 
| 186 | Return false | 
| Name | Describe | 
|---|---|
| check_memory_region | |
| __asan_load1 | |
| __asan_store1 | |
| __asan_load2 | |
| __asan_store2 | |
| __asan_load4 | |
| __asan_store4 | |
| __asan_load8 | |
| __asan_store8 | |
| __asan_load16 | |
| __asan_store16 | 
| 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  |