<dec f='src/src/sys/sys/blist.h' l='87' type='void blist_resize(blist_t * pblist, blist_blkno_t count, int freenew)'/>
<def f='src/src/sys/kern/subr_blist.c' l='307' ll='325' type='void blist_resize(blist_t * pbl, blist_blkno_t count, int freenew)'/>
<doc f='src/src/sys/kern/subr_blist.c' l='299'>/*
 * blist_resize() -	resize an existing radix tree to handle the
 *			specified number of blocks.  This will reallocate
 *			the tree and transfer the previous bitmap to the new
 *			one.  When extending the tree you can specify whether
 *			the new blocks are to left allocated or freed.
 */</doc>
