Lines Matching refs:dstPtrs
1119 void** dstPtrs; member
1139 if(b.dstPtrs != NULL) { in freeNonSrcBuffers()
1140 free(b.dstPtrs[0]); in freeNonSrcBuffers()
1142 free(b.dstPtrs); in freeNonSrcBuffers()
1182 buff->dstPtrs = (void**)calloc(maxNbBlocks, sizeof(void*)); in createBuffersFromMemory()
1189 …if(!buff->srcPtrs || !buff->srcSizes || !buff->dstPtrs || !buff->dstCapacities || !buff->dstSizes … in createBuffersFromMemory()
1197 buff->dstPtrs[0] = malloc(ZSTD_compressBound(buff->srcSize) + (maxNbBlocks * 1024)); in createBuffersFromMemory()
1200 if(!buff->dstPtrs[0] || !buff->resPtrs[0]) { in createBuffersFromMemory()
1224 buff->dstPtrs[n] = ((char*)buff->dstPtrs[n-1]) + buff->dstCapacities[n-1]; in createBuffersFromMemory()
1560 void** const dstPtrs = buf.dstPtrs; in BMK_benchMemInvertible() local
1579 RDG_genBuffer(dstPtrs[i], dstCapacities[i], 0.10, 0.50, 1); in BMK_benchMemInvertible()
1604 cbp.dstBuffers = dstPtrs; in BMK_benchMemInvertible()
1620 dbp.srcBuffers = (const void* const *) dstPtrs; in BMK_benchMemInvertible()