[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
Wed Mar 26 12:36:23 PDT 2025
================
@@ -0,0 +1,36 @@
+//===-- Macro Override for SnMalloc ---------------------------------------===//
----------------
jhuber6 wrote:
This stuff really just makes me thing that we should just copy the code in-tree and port it as the allocator for linux.
https://github.com/llvm/llvm-project/pull/122284
More information about the libc-commits
mailing list