Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Dispose
Method · 0.45
Calls
2
Reset
Method · 0.45
PushFront
Method · 0.45
Tested by
no test coverage detected