Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\common.c Create Date:2022-07-28 15:50:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__kasan_check_write

Proto:bool __kasan_check_write(const volatile void *p, unsigned int size)

Type:bool

Parameter:

TypeParameterName
const volatile void *p
unsigned intsize
101  Return check_memory_region((unsignedlong)p, size, true, _RET_IP_)