From owner-cvs-all@FreeBSD.ORG Thu Jan 19 18:37:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A41E16A423; Thu, 19 Jan 2006 18:37:31 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABA243D46; Thu, 19 Jan 2006 18:37:30 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0JIbUgr084651; Thu, 19 Jan 2006 18:37:30 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0JIbUbh084650; Thu, 19 Jan 2006 18:37:30 GMT (envelope-from jasone) Message-Id: <200601191837.k0JIbUbh084650@repoman.freebsd.org> From: Jason Evans Date: Thu, 19 Jan 2006 18:37:30 +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: Thu, 19 Jan 2006 18:37:31 -0000 jasone 2006-01-19 18:37:30 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Remove loops in arena_coalesce(). They are no longer necessary, now that internal allocation does not rely on recursive arena use (base_arena was removed in revision 1.95). Revision Changes Path 1.98 +5 -4 src/lib/libc/stdlib/malloc.c