> > Here is a quote from the Sun folks on bug 4065018 back
> > in Feb.
> One shouldn't depend on some large evil proprietary company to fix
> bugs for us.  If Java had been free software, that bug would've been
> fixed a long time ago.

So how do you return memory to the OS when you're using malloc()?
free() returns it to the malloc() memory pool, sure, but if you malloc()
persistent stuff after allocating temporary stuff, it's going to stay
on the edge of memory and you won't be able to shrink your memory
space without moving the memory and contents.  How does one fix this,
regardless of whether it's a large evil proprietary company or a free
software project?

Chris

--
Chris Dailey: [EMAIL PROTECTED]
NO SPAM PLEASE
http://home.intranet.org/~mouse/

Reply via email to