free()
is called to deallocate the memory allocated by malloc()
function call. From where does the free()
find the information about the no. of bytes allocated by the malloc()
function. I.e., how do you conform the no. of bytes allocated by the malloc()
and where is this information stored.
-Surya
No comments:
Post a Comment