Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why are stack probes used for?

Status
Not open for further replies.

TheGreyBeast

Programmer
Apr 8, 2005
19
0
0
RO
Visual C++ uses stack probes if a function requires more than 4K local storage, but why does it need stack probes? What are these stack probes actually doing?

What is the _chkstk function doing? What exactly is a stack probe and why do you need it?

Please forgive me for so many questions, but in fact all of them are merged into only one subject.

Thanks. :):):)

There is something in each of us we don't know. Something with great power.
 
See MSDN, article Q100775 INFO: Stack Checking for Windows NT-based Applications. See also /Gs parameter...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top