Re: [squid-users] GNU malloc

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Mon, 26 Mar 2007 11:16:31 +0200

tor 2007-03-22 klockan 13:02 -0700 skrev leongmzlist:

> anyone have any experience w/ GNU malloc?

It's a fairly average 32-bit malloc implementation. The malloc found in
most modern libc versions is generally better these days. In the distant
past there was some OS:es shipping very bad malloc implementation
(Solaris was one) and there using GNU malloc helped.

> I tried using it, but it
> seems to have a 2GB limit.

Heh, not surprised. 2GB is a bit magic on 32-bit platforms and many
older software can not deal with more than 2^31-1 (2^31 becomes
negative, == 2GB)

Regards
Henrik

Received on Mon Mar 26 2007 - 03:16:36 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT