Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kasan_poison_object_data

Proto:void kasan_poison_object_data(struct kmem_cache *cache, void *object)

Type:void

Parameter:

TypeParameterName
struct kmem_cache *cache
void *object
355  Poisons the shadow memory for 'size' bytes starting from 'addr'.* Memory addresses should be aligned to KASAN_SHADOW_SCALE_SIZE.
Caller
NameDescribe
setup_object