Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:debug_check_no_obj_freed

Proto:static inline void debug_check_no_obj_freed(const void *address, unsigned long size)

Type:void

Parameter:

TypeParameterName
const void *address
unsigned longsize

NULL

Caller
NameDescribe
__vunmap
free_pages_prepare
kmem_cache_freekmem_cache_free - Deallocate an object*@cachep: The cache the allocation was from.*@objp: The previously allocated object.* Free an object which was previously allocated from this* cache.
kmem_cache_free_bulk
kfreekfree - free previously allocated memory*@objp: pointer returned by kmalloc.* If @objp is NULL, no operation is performed.* Don't free memory not originally allocated by kmalloc()* or you will run into trouble.
slab_free_hook