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

Method GetSize

library/cpp/coroutine/engine/stack/stack.h:38–40  ·  view source on GitHub ↗

Stack size (includes memory for guard)

Source from the content-addressed store, hash-verified

36
37 //! Stack size (includes memory for guard)
38 size_t GetSize() const noexcept {
39 return Size_;
40 }
41
42 //! Resets parameters, should be called after stack memory is freed
43 void Reset() noexcept;

Callers 7

GetMethod · 0.45
UpperCanaryOkMethod · 0.45
GetSizeMethod · 0.45
TEST_PFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected