K 10 svn:author V 5 asami K 8 svn:date V 27 1995-07-05T11:43:08.000000Z K 7 svn:log V 592 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. : END