Lines Matching refs:memp
89 * memp.c: fixed bug #37166: memp_sanity check loops itself
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
423 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
509 * snmp: Use memp pools for snmp instead of the heap; added 4 new pools.
521 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
529 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
1306 * memp.c, mem.c, memp.h, mem_std.h: bug #26213 "Problem with memory allocation
1308 regions); memp pools for MEM_USE_POOLS were too small
1675 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1746 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
1805 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
1822 * tcpip.c, tcpip.h memp.c, memp.h: Added distinct memp (MEMP_TCPIP_MSG_INPKT)
1865 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1937 * opt.h, memp.h, memp.c: Added option MEMP_OVERFLOW_CHECK to check for memp
1945 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
2064 * api_lib.c, tcpip.c, memp.c, memp.h: make API msg structs allocated
2065 on the stack and remove the API msg type from memp
2290 * memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
2370 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
2431 * memp.c: addition to patch #5913: smaller pointer was returned but
2450 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
2468 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
2469 to save a little RAM (next pointer of memp is not used while not in pool).
2562 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2583 * sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2588 synchronized with memp.h.
2604 * Remove unimplemented "memp_realloc" function from memp.h.
2622 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
2668 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2746 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h: