From owner-freebsd-current@FreeBSD.ORG Wed Nov 30 00:03:24 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A0DCE16A41F; Wed, 30 Nov 2005 00:03:23 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <438CEC48.1090902@freebsd.org> Date: Wed, 30 Nov 2005 08:03:20 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050911 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jon Dama References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Jason Evans , current@freebsd.org Subject: Re: New libc malloc patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 00:03:24 -0000 Jon Dama wrote: >I looked into the issues and limitations with phkmalloc several months ago >and concluded that simply adopting ptmalloc2 (the linux malloc) was the >better approach--notably it is willing to draw from both brk and mmap, and >it also implements per-thread arenas. > > Hi Jon, Is there any chance to test the jamalloc and ptmalloc2 ? I would like to see next ten years, we will use a best performance memory allocator. :-) David Xu