MCPcopy Create free account
hub / github.com/catboost/catboost / ~TBookmark

Method ~TBookmark

util/memory/pool.h:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls 3

Y_UNUSEDFunction · 0.85
ResetChunkMethod · 0.80
AllocateMethod · 0.45

Tested by

no test coverage detected