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

Function StackSize

util/system/thread.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 inline size_t StackSize(const TParams& p) noexcept {
77 if (p.StackSize) {
78 return FastClp2(p.StackSize);
79 }
80
81 return 0;
82 }
83
84#if defined(_win_)
85 class TWinThread {

Callers 2

StartMethod · 0.85
StartMethod · 0.85

Calls 1

FastClp2Function · 0.85

Tested by

no test coverage detected