You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by du...@apache.org on 2022/10/11 21:06:22 UTC

[trafficserver] branch master updated (c4d07a402 -> 700500407)

This is an automated email from the ASF dual-hosted git repository.

duke8253 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from c4d07a402 Remove unused functions in SocketManager namespace. (#9126)
     add 700500407 mimalloc nodump allocator (#8791)

No new revisions were added by this update.

Summary of changes:
 build/mimalloc.m4                                 |  7 +-
 include/tscore/{JeAllocator.h => JeMiAllocator.h} | 54 +++++++++------
 src/tscore/{JeAllocator.cc => JeMiAllocator.cc}   | 84 +++++++++++++++--------
 src/tscore/Makefile.am                            |  2 +-
 src/tscore/ink_queue.cc                           |  8 +--
 5 files changed, 100 insertions(+), 55 deletions(-)
 rename include/tscore/{JeAllocator.h => JeMiAllocator.h} (62%)
 rename src/tscore/{JeAllocator.cc => JeMiAllocator.cc} (54%)