We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
"when we use malloc function, memory from the heap gets reserved for particular data type." right now i am using 89v51rd2. in this case, does this reserved memory is from code segment or data segment??? plz help..
What does the documentation, or implementation suggest?
What do the addresses allocated look like?
Does the .MAP file describe the area from which the heap is allocating?
Wouldn't it be surprising if it allocated from code space? I would think that would be rather unhelpful.