Function report |
Source Code:lib\zstd\zstd_common.c |
Create Date:2022-07-28 07:08:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_free
Proto:void ZSTD_free(void *ptr, ZSTD_customMem customMem)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | ptr | |
ZSTD_customMem | customMem |
73 | If (ptr != NULL) Then customFree(opaque, ptr) |
Name | Describe |
---|---|
ZSTD_freeCCtx | |
ZSTD_resetCCtx_advanced | ! ZSTD_resetCCtx_advanced() :note : `params` must be validated |
ZSTD_createCDict_advanced | |
ZSTD_freeCDict | |
ZSTD_freeCStream | |
ZSTD_initCStream_advanced | |
ZSTD_freeDCtx | |
ZSTD_freeDDict | |
ZSTD_freeDStream |
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 |