]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add new blist module - radix tree based bitmap allocator with
authorMatthew Dillon <dillon@FreeBSD.org>
Thu, 21 Jan 1999 08:11:06 +0000 (08:11 +0000)
committerMatthew Dillon <dillon@FreeBSD.org>
Thu, 21 Jan 1999 08:11:06 +0000 (08:11 +0000)
commit7090df5aedf992f32acd3e943feef5610de2a3d0
tree9a1c9ec686b6e12c3224878db9257cd7bf602d95
parenteedc343625e28519e717a9867dff20efe5081a12
Add new blist module - radix tree based bitmap allocator with
    size hinting.  Will be used by the new swapper.
sys/kern/subr_blist.c [new file with mode: 0644]
sys/sys/blist.h [new file with mode: 0644]