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
This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT