~socminarch/x264/stable

Viewing all changes in revision 3048.

  • Committer: Henrik Gramner
  • Author(s): Henrik Gramner
  • Date: 2021-02-11 14:09:43 UTC
  • Revision ID: git-v1:b86ae3c66f51ac9eab5ab7ad09a9d62e67961b8a
x86inc: Add stack probing on Windows

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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: