Reduce number of memcpy() calls

This commit is contained in:
senhuang42
2020-11-13 19:43:30 -05:00
parent be4ac6c5bc
commit 9d936d61d2
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -2721,7 +2721,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
if (seqs == NULL) goto _output_error;
assert(cctx != NULL);
ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, 19);
/* Populate src with random data */
RDG_genBuffer(CNBuffer, srcSize, compressibility, 0.5, seed);