[all-commits] [llvm/llvm-project] 629d9e: Revert "[libc] Use best-fit binary trie to make ma...
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed Nov 20 14:00:11 PST 2024
Branch: refs/heads/revert-106259-libc-malloc-best
Home: https://github.com/llvm/llvm-project
Commit: 629d9e20f5713e4cfc2d2cef109dcaa5bc1e3ee2
https://github.com/llvm/llvm-project/commit/629d9e20f5713e4cfc2d2cef109dcaa5bc1e3ee2
Author: Daniel Thornburgh <mysterymath at gmail.com>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M libc/fuzzing/__support/CMakeLists.txt
R libc/fuzzing/__support/freelist_heap_fuzz.cpp
M libc/src/__support/CMakeLists.txt
M libc/src/__support/block.h
R libc/src/__support/freelist.cpp
M libc/src/__support/freelist.h
M libc/src/__support/freelist_heap.h
R libc/src/__support/freestore.h
R libc/src/__support/freetrie.cpp
R libc/src/__support/freetrie.h
M libc/src/stdlib/freelist_malloc.cpp
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/__support/block_test.cpp
M libc/test/src/__support/freelist_heap_test.cpp
M libc/test/src/__support/freelist_malloc_test.cpp
M libc/test/src/__support/freelist_test.cpp
R libc/test/src/__support/freestore_test.cpp
R libc/test/src/__support/freetrie_test.cpp
Log Message:
-----------
Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#106259)"
This reverts commit c3207c31fce8afa4e5ae728804f18b4e863197e7.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list