[libc-commits] [libc] [libc] Lazily initialize freelist malloc using symbols (PR #99254)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Wed Jul 17 09:59:38 PDT 2024
================
@@ -20,6 +20,9 @@
#include "src/string/memory_utils/inline_memcpy.h"
#include "src/string/memory_utils/inline_memset.h"
+extern char _end;
+extern char __libc_heap_limit;
----------------
mysterymath wrote:
Done.
https://github.com/llvm/llvm-project/pull/99254
More information about the libc-commits
mailing list