c - How to get the initial address of the heap? -
i'm working on implementation of malloc using sbrk()
sbrk()
if want initial address of heap phone call sbrk(0) , set pointer it?
sbrk(0)
c memory malloc heap
No comments:
Post a Comment