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
[EMAIL PROTECTED]

"I could be bounded in a nutshell and count myself a king of infinite space."
        --Shakespeare


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to