Skip to content
  • Henrik Gramner's avatar
    x86inc: Add stack probing on Windows · c36b191a
    Henrik Gramner authored
    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.
    c36b191a