Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\decompress.c Create Date:2022-07-28 07:06:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ZSTD_freeDCtx

Proto:size_t ZSTD_freeDCtx(ZSTD_DCtx *dctx)

Type:size_t

Parameter:

TypeParameterName
ZSTD_DCtx *dctx
149  If (dctx == NULL) Then Return 0
151  ZSTD_free(dctx, customMem)
152  Return 0
Caller
NameDescribe
ZSTD_freeDStream