Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ZSTD_createCCtxParams
Function
ZSTD_createCCtxParams
freebsd/contrib/openzfs/module/zstd/lib/zstd.c:13302–13305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13300
}
13301
13302
ZSTD_CCtx_params* ZSTD_createCCtxParams(void)
13303
{
13304
return ZSTD_createCCtxParams_advanced(ZSTD_defaultCMem);
13305
}
13306
13307
size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
13308
{
Callers
1
zstd.c
File · 0.70
Calls
1
ZSTD_createCCtxParams_advanced
Function · 0.70
Tested by
no test coverage detected