Hi,

When we allocate memory from the heap using malloc(), calloc()
or new, we get a valid pointer to the allocated memory.

Given this pointer, is it possible to get the number of bytes allocated?

Thanks in advance.