[PATCH] D101427: Linux support for mimalloc as a custom allocator

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 06:15:32 PDT 2021


aganea added a subscriber: maniccoder.
aganea added a comment.

> I have been working on testing rpmalloc and mimalloc as custom allocators with clang on Linux. Neither of them works out of the box with dynamic linking due to a hang bug in glibc 2.31 (Ubuntu 20.04LTS) elf/rtld.c:_dl_start_final which I have not yet debugged fully.

+ at maniccoder


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101427/new/

https://reviews.llvm.org/D101427



More information about the llvm-commits mailing list