Function report |
Source Code:lib\zstd\zstd_common.c |
Create Date:2022-07-28 07:08:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_initStack
Proto:ZSTD_customMem ZSTD_initStack(void *workspace, size_t workspaceSize)
Type:ZSTD_customMem
Parameter:
Type | Parameter | Name |
---|---|---|
void * | workspace | |
size_t | workspaceSize |
40 | If Not workspace || workspaceSize < sizeof(ZSTD_stack) || workspace != ZSTD_PTR_ALIGN(workspace) Then |
46 | end = workspace + workspaceSize |
47 | =*************************************************************** Custom allocator(stack, sizeof(ZSTD_stack)) |
48 | Return stackMem |
Name | Describe |
---|---|
ZSTD_initCDict | |
ZSTD_initCStream | |
ZSTD_initDCtx | |
ZSTD_initDDict | ! ZSTD_initDDict() :* Create a digested dictionary, to start decompression without startup delay.* `dict` content is copied inside DDict.* Consequently, `dict` can be released after `ZSTD_DDict` creation |
ZSTD_initDStream |
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 |