Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kfree_hook

Proto:static __always_inline void kfree_hook(void *x)

Type:void

Parameter:

TypeParameterName
void *x
1399  kmemleak_free(x)
1400  kasan_kfree_large(x, _RET_IP_)
Caller
NameDescribe
build_detached_freelistThis function progressively scans the array with free objects (with* a limited look ahead) and extract objects belonging to the same* page. It builds a detached freelist directly within the given* page/objects. This can happen without any need for
kfree