Getting the start address of the current process's heap?

Posted by beta on Stack Overflow See other posts from Stack Overflow or by beta
Published on 2010-04-28T04:38:30Z Indexed on 2010/04/28 4:43 UTC
Read the original article Hit count: 349

Filed under:
|
|
|
|

Hey, I am exploring the lower level workings of the system, and was wondering how malloc determines the start address of the heap. Is the heap a constant offset or is there a call of some sort to get the start address? Does the stack effect the start address of the heap?

Thanks, Braden McDorman

© Stack Overflow or respective owner

Related posts about lowlevel

Related posts about malloc