Reduce number of memcpy() calls
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user