Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kmemleak.h Create Date:2022-07-28 06:12:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kmemleak_alloc_recursive

Proto:static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, int min_count, slab_flags_t flags, gfp_t gfp)

Type:void

Parameter:

TypeParameterName
const void *ptr
size_tsize
intmin_count
slab_flags_tflags
gfp_tgfp
42  If Not (flags & Avoid kmemleak tracing ) Then kmemleak_alloc - register a newly allocated object*@ptr: pointer to beginning of the object*@size: size of the object*@min_count: minimum number of references to this object. If during memory* scanning a number of references less than @min_count is found,
Caller
NameDescribe
slob_alloc_node