MCPcopy Create free account
hub / github.com/catboost/catboost / Return

Method Return

util/memory/tempbuf.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 inline void Return(TPerThreadedBuf* buf) noexcept {
143 buf->Reset();
144 Unused_.PushFront(buf);
145 }
146
147 private:
148 TIntrusiveSList<TPerThreadedBuf> Unused_;

Callers 1

DisposeMethod · 0.45

Calls 2

ResetMethod · 0.45
PushFrontMethod · 0.45

Tested by

no test coverage detected