In article <rsaint-0212980903530
...@th-en139-051.pool.dircon.co.uk>,
rsa
...@pocket.co.uk-nospam (Richard Saint) wrote:
> Has anyone experienced any wierdness with allocating memory on a MIPS
> Palm-Sized PC? Specifically, I have a situation where allocated memory is
> being reallocated. The memory is definitely allocated.
I've now found what was causing this.
I had:
delete array
instead of
delete [] array
This obviously screwed up the heap free list. Interestingly heap watcher
did not pick up on this.
Regards,
Richard
--
Richard Saint
Pocket Systems Ltd