Lines Matching refs:mem
167 * mem.c: fixed bug #34429: possible memory corruption with
224 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
303 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
307 * mem.c: fixed bug #33544 "warning in mem.c in lwip 1.4.0 with NO_SYS=1"
423 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
516 * mem.c: The heap now may be moved to user-defined memory by defining
781 * opt.h, mem.h, dns.c: task #10140: Remove DNS_USES_STATIC_BUF (keep
790 * mem.c/.h, pbuf.c: Renamed mem_realloc() to mem_trim() to prevent
827 * mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h)
906 * mem.c: Fixed bug #28679: mem_realloc calculates mem_stats wrong
1147 * mem.c, opt.h: Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next
1193 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from
1196 mem stats.
1227 * mem.h: Fixed bug #27105: "realloc() cannot replace mem_realloc()"s
1306 * memp.c, mem.c, memp.h, mem_std.h: bug #26213 "Problem with memory allocation
1472 * mem.h: Fix BUG#23254. Change macro definition of mem_* to allow
1484 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free
1805 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
1819 * mem.c, mem.h: Added mem_calloc().
1865 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1969 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
2098 * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
2210 * mem.c: lfree was not updated in mem_realloc!
2230 * mem.c: Fixed bug #21077 (inaccuracy in calculation of lwip_stat.mem.used)
2370 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
2450 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
2460 * mem.c: Another attempt to fix bug #17922.
2468 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
2700 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
2766 * mem.h: added MEM_SIZE_F alias to fix an ancient cold case (bug #1748),