* Archie Cobbs <[EMAIL PROTECTED]> [020312 14:45] wrote: > Alfred Perlstein writes: > > > I've had the need for a realloc() in the kernel several times > > > before and am having it once again. Finally figured it's time to > > > do something about it. > > > > Where is the update to malloc(9)? What about reallocf? > > Good points, thanks.. try this one instead.
That looks ok, afaik you could do some vm tricks to avoid having to malloc/free when doing realloc()'s that are larger than PAGE_SIZE. -Alfred To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message