[libc-commits] [libc] [libc] Lazily initialize freelist malloc using symbols (PR #99254)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Fri Jul 19 15:59:35 PDT 2024


================
@@ -22,6 +22,9 @@
 
 namespace LIBC_NAMESPACE_DECL {
 
+extern "C" cpp::byte _end;
----------------
petrhosek wrote:

I'd prefer using C types for `extern "C"` symbols so users don't have to guess what C type does this correspond to.

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


More information about the libc-commits mailing list