HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_createCCtx_advanced (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd.h 1885 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 398 cctxPool->cctxs[0] = ZSTD_createCCtx_advanced(cMem);
447 return ZSTD_createCCtx_advanced(cctxPool->cMem); /* note : can be NULL, when creation fails ! */
zstd_compress.c 99 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem);
114 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem)
5940 return ZSTD_createCCtx_advanced(customMem);
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 213 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem);
245 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem);
263 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem);

Completed in 73 milliseconds