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

Method LowerCanaryOk

library/cpp/coroutine/engine/stack/stack.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 bool TStackHolder::LowerCanaryOk() const noexcept {
60 return Allocator_.CheckStackOverflow(Stack_.GetAlignedMemory());
61 }
62
63 bool TStackHolder::UpperCanaryOk() const noexcept {
64 return Allocator_.CheckStackOverride(Stack_.GetAlignedMemory(), Stack_.GetSize());

Callers 3

SwitchToMethod · 0.80
BasicOperationsFunction · 0.80
WriteStackFunction · 0.80

Calls 1

GetAlignedMemoryMethod · 0.45

Tested by

no test coverage detected