| 142 | } |
| 143 | |
| 144 | inline ~TBookmark() { |
| 145 | OwnerPoolRef_.Current_->ResetChunk(); |
| 146 | if (OwnerPoolRef_.Current_ == BookmarkChunk_) { |
| 147 | Y_UNUSED(BookmarkChunk_->Allocate(BookmarkChunkDataSize_)); |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | private: |
| 152 | TMemoryPool& OwnerPoolRef_; |
nothing calls this directly
no test coverage detected