On Fri, Sep 05, 2003 at 07:01:48AM +0200, Nemec, Bernhard wrote:
> > the menuitems is clicked. When i measure free memory in the
> > system (using
> > shell command free), i see that every opening and closing of
> > the menu spends
> > 4kB of memory. No memory is spent when there is no bitmap.
> the menuitems is clicked. When i measure free memory in the
> system (using
> shell command free), i see that every opening and closing of
> the menu spends
> 4kB of memory. No memory is spent when there is no bitmap.
You cannot use the "free" command to detect memory leaks. On Linux, unused
I haven't looked at this in depth yet, but pgLeaveContext should treat
all handles equally. Every handle has a 'context number' attached.
pgEnterContext increments the number assigned to new handles.
pgLeaveContext finds all the handles with a matching context number and
frees them.
If you can, tr
Hi all,
I have a problem using bitmaps.
I attached a simple piece of code describing that situation. It works on
an SA1110-based system with 2.4.9 kernel and with PicoGUI version 0.45. This
app puts two buttons on screen. The one the right is used to kill the app.
The one on the left, when clic