=======================================================================================
HI
If we given a dynamically allocated pointer,
how can we determine the size of allocated memory?
For Ex, int *p = malloc(8); /*How can I get size of allocated memory */
======================================================================================