| 354 | } |
| 355 | |
| 356 | void PairEndProcessor::recycleToPool2(int tid, Read* r) { |
| 357 | // failed to recycle, then delete it |
| 358 | if(!mRightReadPool->input(tid, r)) |
| 359 | delete r; |
| 360 | } |
| 361 | |
| 362 | bool PairEndProcessor::processPairEnd(ReadPack* leftPack, ReadPack* rightPack, ThreadConfig* config){ |
| 363 | if(leftPack->count != rightPack->count) { |