lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-members] memp_realloc


From: Adam Dunkels
Subject: Re: [lwip-members] memp_realloc
Date: 08 Jan 2003 14:06:22 +0100

Hi!

On Tue, 2002-12-17 at 17:54, Jani Monoses wrote:
> memp_realloc is #if 0-ed out.
> does anybody see a reason it might be resurrected for?

No, there really isn't any reasons for resurrecting it. A memory block
from the memp pool should only be used for a single purpose (such as a
fixed size struct) and if there should be reasons for reallocating such
a block, the using module probably knows better how to do it than a
generic memp_realloc does.

/adam
-- 
Adam Dunkels <address@hidden> 
http://www.sics.se/~adam/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]