Hi,
> I also found that the Q&D program would claim it locked 15744KB and according to
> top
> I have 3 copies running and using 15MB each AND 4MB free, all in 32MB physical.
AFAIK there are two possibilities. When you allocate memory, you get a zero
that only turns into real memory, the first you write to it. That's why you
had to change malloc into calloc. The other possibility is shared memory, where
you have copy-on-write pages, that are shared between several processes and
you get your private copy of it if you write to it. Anyway as soon as you have
your own page it should always be locked into memory and not swapped, otherwise
it's a bug.
bye, Roman
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/