CompuServe Messages

IPAS memory use?

    09-Mar-94 14:56:34
Sb: #89494-IPAS memory use?
Fm: Douglas Holt 76640,2515
To: Syndesis 76004,1763
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