[libc-commits] [libc] [libc] Use best-fit binary trie to make malloc logarithmic (PR #106259)
via libc-commits
libc-commits at lists.llvm.org
Thu Oct 10 10:41:14 PDT 2024
================
@@ -1,4 +1,4 @@
-//===-- Interface for freelist_malloc -------------------------------------===//
+//===-- Interface for freelist --------------------------------------------===//
----------------
nopsledder wrote:
Just checking: there isn't a reusable intrusive forward list implementation already available, is there? The code this was originally taken is replacing this bespoke implementation with a more generic one, and it might make sense to do the same here if it's available.
https://github.com/llvm/llvm-project/pull/106259
More information about the libc-commits
mailing list