[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 09:06:41 PDT 2025


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

This was on request from other maintainers, given that I've been de-facto acting as maintainer of the baremetal allocator stuff.

Let me know if this is too fine-grained to track.

>From 2d1a23595401dba1ffd50e00cfc2246105a00b7c Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh <mysterymath at gmail.com>
Date: Thu, 10 Apr 2025 09:04:45 -0700
Subject: [PATCH] [libc] Add dthorn as maintainer for allocator on baremetal

This was on request from other maintainers, given that I've been
de-facto acting as maintainer of the baremetal allocator stuff.

Let me know if this is too fine-grained to track.
---
 libc/Maintainers.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libc/Maintainers.rst b/libc/Maintainers.rst
index 8f3c251a0edb1..3f6f8076f379e 100644
--- a/libc/Maintainers.rst
+++ b/libc/Maintainers.rst
@@ -22,6 +22,11 @@ Baremetal
 | Petr Hosek
 | phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
 
+Allocator (Baremetal)
+---------
+| Daniel Thornburgh
+| dthorn\@google.com (email), `mysterymath <https://github.com/mysterymath>`_ (github)
+
 Fixed Point
 -----------
 | Leonard Chan



More information about the libc-commits mailing list