Date: Mon, 17 Dec 2007 01:20:04 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200712170120.lBH1K5CX095922@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2007-12-17 01:20:04 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Refactor features a bit in order to make it possible to disable lazy
deallocation and dynamic load balancing via the MALLOC_LAZY_FREE and
MALLOC_BALANCE knobs. This is a non-functional change, since these
features are still enabled when possible.
Clean up a few things that more pedantic compiler settings would cause
complaints over.
Revision Changes Path
1.153 +127 -52 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712170120.lBH1K5CX095922>
