Lines Matching refs:memp
46 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
124 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
183 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
210 * snmp: Use memp pools for snmp instead of the heap; added 4 new pools.
222 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
230 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
876 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
1007 * memp.c, mem.c, memp.h, mem_std.h: bug #26213 "Problem with memory allocation
1009 regions); memp pools for MEM_USE_POOLS were too small
1376 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1447 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
1506 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
1523 * tcpip.c, tcpip.h memp.c, memp.h: Added distinct memp (MEMP_TCPIP_MSG_INPKT)
1566 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1638 * opt.h, memp.h, memp.c: Added option MEMP_OVERFLOW_CHECK to check for memp
1646 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
1765 * api_lib.c, tcpip.c, memp.c, memp.h: make API msg structs allocated
1766 on the stack and remove the API msg type from memp
1991 * memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
2071 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
2132 * memp.c: addition to patch #5913: smaller pointer was returned but
2151 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
2169 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
2170 to save a little RAM (next pointer of memp is not used while not in pool).
2263 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2284 * sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
2288 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2289 synchronized with memp.h.
2305 * Remove unimplemented "memp_realloc" function from memp.h.
2323 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
2369 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2447 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h: