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

Method Reset

library/cpp/coroutine/engine/stack/stack.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void TStack::Reset() noexcept {
36 Y_ASSERT(AlignedMemory_ && RawMemory_ && Size_);
37
38 RawMemory_ = nullptr;
39 AlignedMemory_ = nullptr;
40 Size_ = 0;
41 }
42
43} // namespace NDetails
44

Callers 6

ReserveMethod · 0.45
GetMethod · 0.45
TStackMethod · 0.45
stack.cppFile · 0.45
ReturnStackMethod · 0.45
TearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected