Getting the start address of the current process's heap?
- by beta
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