Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Caller must not use kfree_bulk() on memory not originally allocated* by kmalloc(), because the SLOB allocator cannot handle this.

Proto:static __always_inline void kfree_bulk(size_t size, void **p)

Type:void

Parameter:

TypeParameterName
size_tsize
void **p
413  kmem_cache_free_bulk(NULL, size, p)