Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestMemPool
Method · 0.45
Calls
1
Left
Method · 0.45
Tested by
1
TestMemPool
Method · 0.36