| 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()); |
no test coverage detected