From owner-freebsd-current Tue Jul 2 9:17:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31ECF37B400 for ; Tue, 2 Jul 2002 09:17:52 -0700 (PDT) Received: from lockdown.spectrum.fearmuffs.net (c164-147.pro.thalamus.se [212.31.164.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829BF43E09 for ; Tue, 2 Jul 2002 09:17:40 -0700 (PDT) (envelope-from gmh003532@brfmasthugget.se) Received: from lockdown.spectrum.fearmuffs.net (localhost.spectrum.fearmuffs.net [127.0.0.1]) by lockdown.spectrum.fearmuffs.net (8.12.3/8.12.3) with ESMTP id g62GHdg7002715; Tue, 2 Jul 2002 18:17:39 +0200 (CEST) (envelope-from gmh003532@brfmasthugget.se) Received: (from redpixel@localhost) by lockdown.spectrum.fearmuffs.net (8.12.3/8.12.3/Submit) id g62GHcMs002714; Tue, 2 Jul 2002 18:17:39 +0200 (CEST) (envelope-from gmh003532@brfmasthugget.se) Date: Tue, 2 Jul 2002 18:17:38 +0200 From: Martin Faxer To: Juan Francisco Rodriguez Hervella Cc: Michael Hostbaek , current@FreeBSD.ORG Subject: Re: kern: device pcm problems Message-ID: <20020702161738.GC517@lockdown.spectrum.fearmuffs.net> References: <20020702142810.GB29841@mich2.itxmarket.com> <20020702143844.GA517@lockdown.spectrum.fearmuffs.net> <3D21CD2C.C1797A68@it.uc3m.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D21CD2C.C1797A68@it.uc3m.es> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002.07.02 17:56:28 +0000, Juan Francisco Rodriguez Hervella wrote: > Im a bit corious about what's the meaning of "UMA". > > Thanks and sorry fot this simple question :) UMA is the "Universal Memory Allocator", written by Jeff Roberson. It's the memory manager and things like malloc(9) make use of it. It was quite recently committed to -CURRENT so if you search the archives it shouldn't be too hard to find mails describing it in more detail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message