From owner-freebsd-questions Sat Apr 27 15:10:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11809 for questions-outgoing; Sat, 27 Apr 1996 15:10:13 -0700 (PDT) Received: from tombstone.sunrem.com ([206.81.134.54]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA11802 Sat, 27 Apr 1996 15:10:11 -0700 (PDT) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id QAA02007; Sat, 27 Apr 1996 16:09:53 -0600 Date: Sat, 27 Apr 1996 16:09:52 -0600 (MDT) From: Brandon Gillespie To: Gary Palmer cc: "Mr Sean Batson A.C.P." , questions@FreeBSD.ORG Subject: Re: Free(); In-Reply-To: <4978.830642434@palmer.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Apr 1996, Gary Palmer wrote: > The problem is addressed in 2.2 which a new malloc/free (phkmalloc), > but since Netscape is statically linked on BSDI's BSD/OS, we depend on > them having a non-leaking malloc... (AFAIK) Does phkmalloc actually give memory back to the OS, i.e. can a process which has a footprint of 7MB (both VM and actual) actually shrink in size? I have heard conflicting answers as to if this is even possible with unix..