[libc-commits] [libc] [libc] Add dthorn as maintainer for allocator on baremetal (PR #135203)

Daniel Thornburgh via libc-commits libc-commits at lists.llvm.org
Thu Apr 10 12:35:39 PDT 2025


================
@@ -22,6 +22,11 @@ Baremetal
 | Petr Hosek
 | phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
 
+Baremetal (Allocator)
----------------
mysterymath wrote:

We've talked about this off and on, and IIRC there was a loose consensus that some other allocator should be the default for hosted OS-es. (Probably SCUDO.) It's just that it should be automatically configured if you don't ask for something different. The libc allocator will always be terrible in basically any non-embedded context, so I'm comfortable calling it a baremetal allocator (at least until something changes).

https://github.com/llvm/llvm-project/pull/135203


More information about the libc-commits mailing list