Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Memory allocation wierdness on Palm-Size PC
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Saint  
View profile  
 More options Dec 2 1998, 3:00 am
Newsgroups: microsoft.public.win32.programmer.wince
From: rsa...@pocket.co.uk-nospam (Richard Saint)
Date: 1998/12/02
Subject: Memory allocation wierdness on Palm-Size PC
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Saint  
View profile  
 More options Dec 2 1998, 3:00 am
Newsgroups: microsoft.public.win32.programmer.wince
From: rsa...@pocket.co.uk-nospam (Richard Saint)
Date: 1998/12/02
Subject: Re: Memory allocation wierdness on Palm-Size PC
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »