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

Daniel Thornburgh via libc-commits libc-commits at lists.llvm.org
Fri Jul 19 16:19:20 PDT 2024


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

Ah, that was my mistake about the convention. Done.

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


More information about the libc-commits mailing list