Hello Friends,
We have a known problem in our hands:
Allocate some memory, and get a pointer to that memory.
Now, no one stops this pointer to perform memory overrun or underrun(i.e. writing before the allocated memory).
I wish to implement 2 functions as MyMalloc() & MyFree().
When I use MyFree(), I must be atleast able to findout if any memory overrun/underrun was done.
Can you pls. help me in this?
If you need more info., pls. revert back.
Regards,
Vivek