[libc-commits] [libc] [libc] add snmalloc as an alternative allocator to libc (PR #122284)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun Jan 26 04:42:28 PST 2025


================
@@ -71,6 +71,10 @@ add_header_library(
     libc.src.__support.threads.mutex_common
 )
 
+if (NOT "${LLVM_LIBC_INCLUDE_SNMALLOC}" STREQUAL "")
----------------
SchrodingerZhu wrote:

fixed!

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


More information about the libc-commits mailing list