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

Method Available

util/memory/pool.h:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 inline size_t Available() const noexcept {
259 return Current_->Left();
260 }
261
262 inline void Clear() noexcept {
263 DoClear(false);

Callers 1

TestMemPoolMethod · 0.45

Calls 1

LeftMethod · 0.45

Tested by 1

TestMemPoolMethod · 0.36