lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #6831] Integrate pbuf pool into memp pools to reduce


From: Jonathan Larmour
Subject: [lwip-devel] [task #6831] Integrate pbuf pool into memp pools to reduce code size
Date: Sun, 29 Apr 2007 11:20:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060513 Fedora/1.0.8-1.1.fc3.1.legacy Firefox/1.0.8

Follow-up Comment #1, task #6831 (project lwip):

I think it would be a good idea. I assume all you mean is effectively
replacing pbuf_pool_alloc() with a call to memp_malloc with a new MEMP type?
The differences between these before were mostly in the area of
!SYS_LIGHTWEIGHT_PROT code.

If you meant anything more than replacing pbuf_pool_alloc, it probably
wouldn't save much since most of the fiddling done by pbuf.c for PBUF_POOL
allocations is pbuf-specific, and hence would mean just bringing that same
code into memp.c. 


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6831>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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