[libc-commits] [libc] [libc] Use best-fit binary trie to make malloc logarithmic (PR #106259)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Tue Oct 1 14:58:10 PDT 2024
================
@@ -8,159 +8,43 @@
#include <stddef.h>
-#include "src/__support/CPP/array.h"
-#include "src/__support/CPP/span.h"
#include "src/__support/freelist.h"
#include "test/UnitTest/Test.h"
-using LIBC_NAMESPACE::FreeList;
-using LIBC_NAMESPACE::cpp::array;
-using LIBC_NAMESPACE::cpp::byte;
-using LIBC_NAMESPACE::cpp::span;
+namespace LIBC_NAMESPACE_DECL {
----------------
mysterymath wrote:
Done.
https://github.com/llvm/llvm-project/pull/106259
More information about the libc-commits
mailing list