lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5863] Use of mem_malloc should be reduced


From: Christiaan Simons
Subject: [lwip-devel] [patch #5863] Use of mem_malloc should be reduced
Date: Wed, 11 Apr 2007 10:57:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #1, patch #5863 (project lwip):

You shouldn't try making life so hard for yourself. Try  to fix the broken
mem_malloc() first. Don't try fixing anything that isn't broken.

Why it isn't broken: if an SNMP request fails because malloc fails,
that isn't a problem. The agent will (try to) return an 'error too big', so
the manager is *informed* to try a smaller query.
Or the manager may try later in a few seconds when the system has released
other malloced blocks.

Malloc fragmentation failures are only an issue when you need *guaranteed*
memory allocation. For SNMP or DHCP or most other TCP/IP protocols there is
no such requirement.

Bye,
Christiaan.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5863>

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





reply via email to

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