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

Mattias Jansson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 22 12:19:00 PST 2022


maniccoder added a comment.

iirc the problem was that the LLVM test suite failed on Linux when using rpmalloc as allocator due it what seemed to be static global data being passed to free(), causing the allocator to crash. Either the allocator was doing something wrong, causing this behaviour, or there was something fishy going on somewhere else. I didn't manage to find the root cause back then.

I recently started looking into this again, will post more here when I have some news.


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