git: libc - Revert to nmalloc for now
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jan 4 14:29:17 PST 2013
commit 65221c72be1ddbfce1a59d3179656c3e059b79e8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Jan 4 14:22:53 2013 -0800
libc - Revert to nmalloc for now
* Disable dmalloc on 64-bit systems, use nmalloc for everything for now.
dmalloc appears to have some severe fragmentation and/or leak issues
in long running programs (aka xulrunner) which are worse than nmalloc.
Summary of changes:
lib/libc/stdlib/Makefile.inc | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65221c72be1ddbfce1a59d3179656c3e059b79e8
--
DragonFly BSD source repository
More information about the Commits
mailing list