`stacker` - `stack_area()` returns incorrect size
Hey, I was experimenting with your code when I found that the `stack_area()` function includes an extra guard page in the usable size... unless I'm using it wrong? I believe that the stack area includes 2 guard pages and only 1 of them is subtracted. I have a test that fails, and switching it to subtract 2 guard pages fixes my test.
合并状态:未合并 1 条评论