Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Reserve
Method · 0.45
Get
Method · 0.45
TStack
Method · 0.45
stack.cpp
File · 0.45
ReturnStack
Method · 0.45
TearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected