Date: Sat, 18 Nov 2000 04:08:25 -0800 From: Andreas Persson <pap@garen.net> To: Mohit Aron <aron@cs.rice.edu> Cc: freebsd-hackers@freebsd.org Subject: Re: slab allocator for FreeBSD Message-ID: <20001118040825.A60334@barkley.garen.net> In-Reply-To: <200011180012.SAA11240@cs.rice.edu>; from aron@cs.rice.edu on Fri, Nov 17, 2000 at 06:12:49PM -0600 References: <200011180012.SAA11240@cs.rice.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 17, 2000 at 06:12:49PM -0600, Mohit Aron wrote: >Hi, > does anyone know of a slab allocator implementation for BSD ? Linux >now supports a slab allocator in the kernel for efficient allocation and >deallocation of memory objects. FreeBSD supports this as well with the zone allocator. See /usr/src/sys/vm/vm_zone.[ch] for for information. It does not have page coloring though. NetBSD has a pool allocator which does something along these lines as well. >- Mohit -- Andreas Persson pap@garen.net "I could be bounded in a nutshell and count myself a king of infinite space." --Shakespeare To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001118040825.A60334>