Lines Matching refs:memp
221 * select: allocate select_cb from memp for LWIP_MPU_COMPATIBLE = 1 (bug #51990)
581 * opt.h, memp.c: added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when
582 a memp pool was empty and an item is now available
754 * memp.h/.c: fixed bug #48442 (memp stats don't work for MEMP_MEM_MALLOC)
1140 * memp.c: fixed bug #41188 Alignment error in memp_init() when MEMP_SEPARATE_POOLS==1
1176 * memp.c: fixed bug #37166: memp_sanity check loops itself
1190 * memp.c: fixed bug #36412: memp.c does not compile when
1288 * memp.c: fixed bug #37166: memp_sanity check loops itself
1544 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
1622 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
1681 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
1708 * snmp: Use memp pools for snmp instead of the heap; added 4 new pools.
1720 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
1728 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
2374 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
2505 * memp.c, mem.c, memp.h, mem_std.h: bug #26213 "Problem with memory allocation
2507 regions); memp pools for MEM_USE_POOLS were too small
2874 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
2945 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
3004 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
3021 * tcpip.c, tcpip.h memp.c, memp.h: Added distinct memp (MEMP_TCPIP_MSG_INPKT)
3064 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
3136 * opt.h, memp.h, memp.c: Added option MEMP_OVERFLOW_CHECK to check for memp
3144 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
3263 * api_lib.c, tcpip.c, memp.c, memp.h: make API msg structs allocated
3264 on the stack and remove the API msg type from memp
3489 * memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
3569 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
3630 * memp.c: addition to patch #5913: smaller pointer was returned but
3649 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
3667 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
3668 to save a little RAM (next pointer of memp is not used while not in pool).
3761 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
3782 * sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
3786 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
3787 synchronized with memp.h.
3803 * Remove unimplemented "memp_realloc" function from memp.h.
3821 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
3867 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
3945 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h: