MASM32 Downloads
Quote from: aw27 on May 21, 2017, 02:34:19 AMturn the reserved stack pages into committed pages at run time. And this is done by probing them.Yes, this is what StackBuffer() does, too:Quote - StackBuffer does the stack probing for you; up to about half a megabyte, it is significantly faster than HeapAlloc
turn the reserved stack pages into committed pages at run time. And this is done by probing them.
- StackBuffer does the stack probing for you; up to about half a megabyte, it is significantly faster than HeapAlloc