repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc] Use best-fit binary trie to make malloc logarithmic (#106259)
[llvm-project.git]
/
libc
/
test
/
src
/
__support
/
threads
/
linux
/
CMakeLists.txt
blob
4299a5617b8ff21f31ac38549ef6993b645deeda
1
add_libc_test(
2
raw_mutex_test
3
SUITE
4
libc-support-threads-tests
5
SRCS
6
raw_mutex_test.cpp
7
DEPENDS
8
libc.src.__support.threads.linux.raw_mutex
9
libc.src.sys.mman.mmap
10
libc.src.sys.mman.munmap
11
libc.src.stdlib.exit
12
libc.hdr.signal_macros
13
)