Skip to content
  • Henrik Gramner's avatar
    x86inc: Add stack probing on Windows · b86ae3c6
    Henrik Gramner authored and Henrik Gramner's avatar Henrik Gramner committed
    Large stack allocations on Windows need to use stack probing in order
    to guarantee that all stack memory is committed before accessing it.
    This is done by ensuring that the guard page(s) at the end of the
    currently committed pages are touched prior to any pages beyond that.
    b86ae3c6