Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MemoryWaste
Method
MemoryWaste
util/memory/pool.h:278–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
inline size_t MemoryWaste() const noexcept {
279
return MemoryWasteBeforeCurrent_ + (Current_ != &Empty_ ? Current_->Left() : 0);
280
}
281
282
template <class TOp>
283
inline void Traverse(TOp& op) const noexcept {
Callers
3
GarbageCollect
Method · 0.80
TestMemPool
Method · 0.80
TestMemoryPoolBookmark
Method · 0.80
Calls
1
Left
Method · 0.45
Tested by
2
TestMemPool
Method · 0.64
TestMemoryPoolBookmark
Method · 0.64