Varadha
2004-02-06 16:23:43 UTC
HI,
I am getting the following message in the debug window when i run
my application.
HEAP[App.Exe]: HEAP: Free Heap block d6f1a78 modified at d6f1f1c after
it was freed
I also found that in my application heap allocation is done in the
same memeory location twice, but before the second allcaotion is done
on the same memory location first allocation is freed. Does this
causes any memory problem.
i have given below the sequence of events that place. u can notice
that all the memory address(MemAdd) are same.
HeapAlloc Size=80013 MemAdd=225453672
HeapFree MemAdd=225453672
HeapAlloc Size=1182 MemAdd=225453672
HeapFree MemAdd=225453672
Thanks in Advance,
Varadha
I am getting the following message in the debug window when i run
my application.
HEAP[App.Exe]: HEAP: Free Heap block d6f1a78 modified at d6f1f1c after
it was freed
I also found that in my application heap allocation is done in the
same memeory location twice, but before the second allcaotion is done
on the same memory location first allocation is freed. Does this
causes any memory problem.
i have given below the sequence of events that place. u can notice
that all the memory address(MemAdd) are same.
HeapAlloc Size=80013 MemAdd=225453672
HeapFree MemAdd=225453672
HeapAlloc Size=1182 MemAdd=225453672
HeapFree MemAdd=225453672
Thanks in Advance,
Varadha