lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_2_0_RELEASE-41-g4f886512
Date: Wed, 11 Oct 2023 15:54:39 -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  4f8865124767a8c5ebe88340bdb989bf1a70b673 (commit)
      from  e01c9a95041eb2aa41fe97fb0f5f75ff27d91cb6 (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 4f8865124767a8c5ebe88340bdb989bf1a70b673
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Sun Nov 6 17:27:26 2022 +0200

    Add MEM_CUSTOM_ALLOCATOR and make LIBC a subset of it
    
    Allow one to provide a custom implementation of free/malloc/calloc
    instead of the lwip internal allocator. The code to use the libc's
    implementation already existed, so generalize the existing code and make
    the libc variant a specialized case of this new capability, retaining
    full backwards compatibility.

-----------------------------------------------------------------------

Summary of changes:
 src/core/init.c        |  7 +++++--
 src/core/mem.c         | 32 +++++++++-----------------------
 src/include/lwip/mem.h |  2 +-
 src/include/lwip/opt.h | 22 ++++++++++++++++++++--
 4 files changed, 35 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]