MCPcopy 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
13302ZSTD_CCtx_params* ZSTD_createCCtxParams(void)
13303{
13304 return ZSTD_createCCtxParams_advanced(ZSTD_defaultCMem);
13305}
13306
13307size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
13308{

Callers 1

zstd.cFile · 0.70

Calls 1

Tested by

no test coverage detected