函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\slab.h Create Date:2022-07-27 06:59:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:static __always_inline void kfree_bulk(size_t size, void **p)

返回类型:void

参数:

类型参数名称
size_tsize
void **p
413  kmem_cache_free_bulk(NULL, size, p)