Searched refs:dstPtrs (Results 1 – 3 of 3) sorted by relevance
1119 void** dstPtrs; member1139 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[all …]
1752 …nst BufferLayout& layout, const vector<BlockDataPtr>& srcPtrs, const vector<BlockDataPtr>& dstPtrs) in copyNonWrittenData() argument1767 const BlockDataPtr& dstBlockPtr = dstPtrs[blockNdx]; in copyNonWrittenData()
1612 …nst BufferLayout& layout, const vector<BlockDataPtr>& srcPtrs, const vector<BlockDataPtr>& dstPtrs) in copyNonWrittenData() argument1627 const BlockDataPtr& dstBlockPtr = dstPtrs[blockNdx]; in copyNonWrittenData()