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

Method Get

library/cpp/coroutine/engine/stack/stack.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 TArrayRef<char> TStackHolder::Get() noexcept {
56 return Allocator_.GetStackWorkspace(Stack_.GetAlignedMemory(), Stack_.GetSize());
57 }
58
59 bool TStackHolder::LowerCanaryOk() const noexcept {
60 return Allocator_.CheckStackOverflow(Stack_.GetAlignedMemory());

Callers 6

TTrampolineMethod · 0.45
StackMethod · 0.45
BasicOperationsFunction · 0.45
WriteStackFunction · 0.45
AddrMethod · 0.45

Calls 2

GetAlignedMemoryMethod · 0.45
GetSizeMethod · 0.45

Tested by 1