From owner-freebsd-commit Wed Jul 5 04:43:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA19909 for commit-outgoing; Wed, 5 Jul 1995 04:43:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA19877 for cvs-ports-outgoing; Wed, 5 Jul 1995 04:43:23 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA19857 ; Wed, 5 Jul 1995 04:43:13 -0700 Date: Wed, 5 Jul 1995 04:43:13 -0700 From: Satoshi Asami Message-Id: <199507051143.EAA19857@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/graphics/xv/patches patch-ad patch-aa Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/07/05 04:43:12 Modified: graphics/xv/patches patch-aa Added: graphics/xv/patches patch-ad Log: Link with -lgnumalloc. Silence warning along the way. Original idea is ---------------- From: Kai Vorma To: Lars Gerhard Kuehl Cc: FreeBSD-hackers@freefall.cdrom.com Subject: Re: dlmalloc : Okay, not faster, but it used memory better. Try xv with standard malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv grows until it hits datasize limit (16MB) and dies (usually after 10 or so big jpegs). With dlmalloc xv's VZS was about 15MB after last picture of that particular set and with GNU malloc it was about 11MB. :