Function report |
Source Code:mm\kasan\generic.c |
Create Date:2022-07-28 15:53:34 |
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_nonzero
Proto:static __always_inline unsigned long memory_is_nonzero(const void *start, const void *end)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | start | |
const void * | end |
111 | If prefix Then |
113 | ret = bytes_is_nonzero(start, prefix) |
114 | If Value for the false possibility is greater at compile time(ret) Then Return ret |
121 | If Value for the false possibility is greater at compile time( * (u64 * )start) Then Return bytes_is_nonzero(start, 8) |
123 | start += 8 |
124 | words-- |
127 | Return bytes_is_nonzero(start, (end - start) % 8) |
Name | Describe |
---|---|
memory_is_poisoned_n |
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 |