Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Memory allocation wierdness on Palm-Size PC

0 views
Skip to first unread message

Richard Saint

unread,
Dec 2, 1998, 3:00:00 AM12/2/98
to
Hello,

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.

Are there any essential compile / link settings for MIPS and/or PalmPC
which are not explicitly mentioned in the documentation?

Thanks,

Richard

--
Richard Saint
Pocket Systems Ltd
rsa...@pocket.co.uk

Richard Saint

unread,
Dec 2, 1998, 3:00:00 AM12/2/98
to
In article <rsaint-0212...@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,

0 new messages