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.

Yeah I was wondering about that & how hard it would be.
That'd be the next step I guess.. thanks for the comments.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

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

Reply via email to