discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory usage of GNUstep processes


From: Chris Vetter
Subject: Re: Memory usage of GNUstep processes
Date: Sat, 15 Dec 2007 00:21:21 +0100

On Dec 14, 2007, at 6:20 PM, Pete French wrote:
Thanks for this info!!! That is general unix behaviour or do Solaris,
MacOSX, Linux,... have a different flavour of handling these kind of
things
All have different flavours - I only recently found out that FreeBSD actually returns the memory to the kerenl for feallocation after calling free(). I'm more used to the traditional Unix way which has a process always growing and not returning the memory until it exists, merely reusing it if freed.

That has always been the case for FreeBSD. From the looks of it, OSX handles it the same way.

--
Chris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]