MCPcopy 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

GarbageCollectMethod · 0.80
TestMemPoolMethod · 0.80

Calls 1

LeftMethod · 0.45

Tested by 2

TestMemPoolMethod · 0.64