Wednesday 15 February 2012

c - How to get the initial address of the heap? -



c - How to get the initial address of the heap? -

i'm working on implementation of malloc using sbrk()

if want initial address of heap phone call sbrk(0) , set pointer it?

c memory malloc heap

No comments:

Post a Comment