From owner-cvs-all@FreeBSD.ORG Mon Dec 17 01:20:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 811FC16A4B3; Mon, 17 Dec 2007 01:20:05 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7475E13C448; Mon, 17 Dec 2007 01:20:05 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBH1K5nB095923; Mon, 17 Dec 2007 01:20:05 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBH1K5CX095922; Mon, 17 Dec 2007 01:20:05 GMT (envelope-from jasone) Message-Id: <200712170120.lBH1K5CX095922@repoman.freebsd.org> From: Jason Evans Date: Mon, 17 Dec 2007 01:20:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 01:20:05 -0000 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