| 166 | TIBMemBlock* Alloc(size_t sz); |
| 167 | |
| 168 | void CopyData(TRopeDataPacket* data, i64 msgHandle, TThrRefBase* context, TPtrArg<TCopyResultStorage> dst) { |
| 169 | Requests.Enqueue(new TJobItem(data, msgHandle, context, dst)); |
| 170 | HasWork.Signal(); |
| 171 | } |
| 172 | |
| 173 | friend class TIBMemBlock; |
| 174 | friend struct TIBMemSuperBlock; |