函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\frame_vector.c Create Date:2022-07-27 18:10:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ame_vector_destroy() - free memory allocated to carry frame vector*@vec: Frame vector to free* Free structure allocated by frame_vector_create() to carry frames.

函数原型:void frame_vector_destroy(struct frame_vector *vec)

返回类型:void

参数:

类型参数名称
struct frame_vector *vec
238  VM_BUG_ON(Number of frames stored in ptrs array > 0)
239  kvfree() - Free memory.*@addr: Pointer to allocated memory.* kvfree frees memory allocated by any of vmalloc(), kmalloc() or kvmalloc().* It is slightly more efficient to use kfree() or vfree() if you are certain* that you know which one to use.