Home
last modified time | relevance | path

Searched refs:ZSTD_createCCtx_advanced (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/
Dzstd.h1490 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/external/zstd/lib/compress/
Dzstdmt_compress.c373 cctxPool->cctx[0] = ZSTD_createCCtx_advanced(cMem); in ZSTDMT_createCCtxPool()
421 … return ZSTD_createCCtx_advanced(cctxPool->cMem); /* note : can be NULL, when creation fails ! */ in ZSTDMT_getCCtx()
Dzstd_compress.c79 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
94 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
3966 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
/external/zstd/tests/
Dfuzzer.c210 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal()
242 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal()
260 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal()