Stack and stack address height

Source: Internet
Author: User

We all know that the heap is extended to the high address, and the stack is extended to the low address. What about the high heap and stack addresses?

Int _ tmain (INT argc, _ tchar * argv []) {int stack_val = 0; int * heap_ptr = new int (2 ); printf ("Stack address = % 08x \ n", & stack_val); printf ("heap address = % 08x \ n", heap_ptr); getchar (); Return 0 ;}

The above is a program on windows, and the result stack is lower than the address, indicating that the memory on Windows is growing from the center to the two ends.

The result stack of the same program in Linux is higher than the address, indicating that the memory on Linux is growing in the middle.

Stack and stack address height

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.