[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
================
@@ -28,23 +30,23 @@ using LIBC_NAMESPACE::freelist_heap;
// made in tests leak and aren't free'd. This is fine for the purposes of this
// test file.
#define TEST_FOR_EACH_ALLOCATOR(TestCase, BufferSize) \
----------------
nopsledder wrote:
This is leftover from the code it was taken from, which has several different allocators. Perhaps this macro isn't needed here, and regular test fixtures would work just as well?
https://github.com/llvm/llvm-project/pull/106259
More information about the libc-commits
mailing list