[libc-commits] [libc] [libc] add snmalloc as an alternative allocator to libc (PR #122284)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sun Mar 23 11:21:59 PDT 2025
https://github.com/jhuber6 commented:
Honestly, if we're going this route, I think we should just make `snmalloc` *the* default allocator and copy it into the tree with a style port. Though I'm not enough of an expert to know the benefits of this versus `scudo` or why we can't copy SCUDO as well. I just think it's generally problematic that we need to do such weird build magic to get such a fundamental function.
https://github.com/llvm/llvm-project/pull/122284
More information about the libc-commits
mailing list