Function report |
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 activity | Download SCCT | Chinese |
Name:ZSTD_createCCtx_advanced
Proto:static ZSTD_CCtx *ZSTD_createCCtx_advanced(ZSTD_customMem customMem)
Type:ZSTD_CCtx
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_customMem | customMem |
112 | If Not customAlloc || Not customFree Then Return NULL |
114 | cctx = ZSTD_malloc(sizeof(ZSTD_CCtx), customMem) |
115 | If Not cctx Then Return NULL |
119 | Return cctx |
Name | Describe |
---|---|
ZSTD_initCCtx | |
ZSTD_createCDict_advanced | |
ZSTD_createCStream_advanced |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |