IPAS memory use?
John,
When you are making calls to malloc and realloc, are you also calling free?
I have found with some of my routines, I'll use 16m RAM and swap 30m+, but if I
call free on ALL of the variables that I can after using them in each
subroutine that I do not use *ANY* extra available memory. Meaning that a
check of the current stats shows no extra memory usage! Don't know if this
helps…
Later,
doug