函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:释放解码器分配的内存

函数原型:void xz_dec_end(struct xz_dec *s)

返回类型:void

参数:

类型参数名称
struct xz_dec *s
830  如果(s != NULL)则
831  xz_dec_lzma2_end(lzma2)
835  kfree(s)
调用者
名称描述
unxzThis function implements the API defined in .* This wrapper will automatically choose single-call or multi-call mode* of the native XZ decoder API. The single-call mode can be used only when
xz_dec_test_initAllocate the XZ decoder state and register the character device.
xz_dec_test_exit