| 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()); |