Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 1994 10:10:15 -0700
From:      Nate Williams <nate@bsd.coe.montana.edu>
To:        Paul Traina <pst@shockwave.com>
Cc:        CVS-commiters@freefall.cdrom.com, cvs-include@freefall.cdrom.com
Subject:   Re: cvs commit: src/include malloc.h Makefile
Message-ID:  <199411151710.KAA09414@bsd.coe.montana.edu>
In-Reply-To: Paul Traina <pst@shockwave.com> "Re: cvs commit: src/include malloc.h Makefile" (Nov 15,  9:01am)

next in thread | previous in thread | raw e-mail | index | archive | help
> Why would we want the system5 fatmalloc?  Why do we want malloc() at all?

Umm, do you have *any* idea what you are talking about?  The libmalloc()
supplied in 1.1.5 is Mark Moraes replacement malloc() that is *much*
more frugal on memory use with only a slight performance hit.  It was my
intent to replace the version in 2.X with this version, but due to lack
of time and testing on my part I didn't get time to do it.  By adding it
to 2.X we have it in public where it *may* get more testing than by
sitting doing nothing.

It is leaner/meaner than the stock version and not fat in the least bit.

The second question seems rather silly to me.  Gee, I don't know why we
want malloc(), maybe since the ability to do dynamic memory in programs
is generally considered a good feature?


Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199411151710.KAA09414>