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

Method UpperCanaryOk

library/cpp/coroutine/engine/stack/stack.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 bool TStackHolder::UpperCanaryOk() const noexcept {
64 return Allocator_.CheckStackOverride(Stack_.GetAlignedMemory(), Stack_.GetSize());
65 }
66
67}

Callers 3

SwitchToMethod · 0.80
BasicOperationsFunction · 0.80
WriteStackFunction · 0.80

Calls 2

GetAlignedMemoryMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected