| 172 | } |
| 173 | |
| 174 | void SingleEndProcessor::recycleToPool(int tid, Read* r) { |
| 175 | // failed to recycle, then delete it |
| 176 | if(!mReadPool->input(tid, r)) |
| 177 | delete r; |
| 178 | } |
| 179 | |
| 180 | bool SingleEndProcessor::processSingleEnd(ReadPack* pack, ThreadConfig* config){ |
| 181 | string* outstr = new string(); |