[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Joel Cunningham |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-565-g557a110 |
Date: |
Wed, 5 Apr 2017 15:54:24 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 557a11047dcab1f0aa713a2635d1845f80329d98 (commit)
from b34f2d5605d37f26aed2553d8235896826a240c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 557a11047dcab1f0aa713a2635d1845f80329d98
Author: Joel Cunningham <address@hidden>
Date: Wed Apr 5 13:38:20 2017 -0500
Patch #9307: Replace mem_malloc+memset with mem_calloc
Aside from reducing source code, on systems which use MEM_LIBC_MALLOC,
this has the potential to improve performance depending on the underlying
memory allocator
See
http://stackoverflow.com/questions/2688466/why-mallocmemset-is-slower-than-calloc
-----------------------------------------------------------------------
Summary of changes:
src/apps/altcp_tls/altcp_tls_mbedtls_mem.c | 8 ++------
src/apps/mdns/mdns.c | 7 ++-----
src/apps/mqtt/mqtt.c | 6 +-----
src/core/ipv4/autoip.c | 3 +--
src/netif/bridgeif.c | 6 ++----
test/unit/api/test_sockets.c | 3 +--
6 files changed, 9 insertions(+), 24 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-565-g557a110,
Joel Cunningham <=