Possible Duplicate:
C programming : How does free know how much to free?
How does delete
know how many bytes it has to free?
I read that there is some block before the actual pointer address that is returned by new which contains block address details.
Anyone here who knows how many bytes this block has or how the format of that block is?