Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Hooks for other subsystems that check memory allocations. In a typical* production configuration these hooks all should produce no code at all.

Proto:static inline void *kmalloc_large_node_hook(void *ptr, size_t size, gfp_t flags)

Type:void

Parameter:

TypeParameterName
void *ptr
size_tsize
gfp_tflags
1391  ptr = kasan_kmalloc_large(ptr, size, flags)
1393  kmemleak_alloc(ptr, size, 1, flags)
1394  Return ptr
Caller
NameDescribe
kmalloc_large_node