Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_createCCtx_advanced

Proto:static ZSTD_CCtx *ZSTD_createCCtx_advanced(ZSTD_customMem customMem)

Type:ZSTD_CCtx

Parameter:

TypeParameterName
ZSTD_customMemcustomMem
112  If Not customAlloc || Not customFree Then Return NULL
114  cctx = ZSTD_malloc(sizeof(ZSTD_CCtx), customMem)
115  If Not cctx Then Return NULL
117  memset(cctx, 0, sizeof(ZSTD_CCtx))
118  customMem = customMem
119  Return cctx
Caller
NameDescribe
ZSTD_initCCtx
ZSTD_createCDict_advanced
ZSTD_createCStream_advanced