Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Next
Method
Next
util/memory/pool.h:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
class TExpGrow: public IGrowPolicy {
118
public:
119
size_t Next(size_t prev) const noexcept override {
120
return prev * 2;
121
}
122
123
static IGrowPolicy* Instance() noexcept;
124
};
Callers
1
AddChunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected