Searched refs:ZSTD_createDCtx_advanced (Results 1 – 3 of 3) sorted by relevance
143 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() function158 return ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in ZSTD_createDCtx()1296 return ZSTD_createDCtx_advanced(customMem); in ZSTD_createDStream_advanced()
1492 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
482 ZSTD_DCtx* const dctx = ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in basicUnitTests()