[all-commits] [llvm/llvm-project] f77ade: [libc] Move freelist + block to __support (#96231)
PiJoules via All-commits
all-commits at lists.llvm.org
Thu Jun 20 13:14:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f77ade0aedcb0558936c1c2e6b9068c1606423fb
https://github.com/llvm/llvm-project/commit/f77ade0aedcb0558936c1c2e6b9068c1606423fb
Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M libc/src/__support/CMakeLists.txt
A libc/src/__support/block.h
A libc/src/__support/freelist.h
A libc/src/__support/freelist_heap.h
M libc/src/stdlib/CMakeLists.txt
R libc/src/stdlib/block.h
R libc/src/stdlib/freelist.h
R libc/src/stdlib/freelist_heap.h
M libc/src/stdlib/freelist_malloc.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/block_test.cpp
A libc/test/src/__support/freelist_heap_test.cpp
A libc/test/src/__support/freelist_malloc_test.cpp
A libc/test/src/__support/freelist_test.cpp
M libc/test/src/stdlib/CMakeLists.txt
R libc/test/src/stdlib/block_test.cpp
R libc/test/src/stdlib/freelist_heap_test.cpp
R libc/test/src/stdlib/freelist_malloc_test.cpp
R libc/test/src/stdlib/freelist_test.cpp
Log Message:
-----------
[libc] Move freelist + block to __support (#96231)
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