summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/standalone_malloc_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cppNico Weber2019-07-311-87/+0
| | | | | | | | | | | See https://reviews.llvm.org/D58620 for discussion, and for the commands I ran. In addition I also ran for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $(basename $f) . ; done and manually updated references to renamed files found by that. llvm-svn: 367467
* [asan] add more frames to standalone_malloc_testKostya Serebryany2013-01-141-1/+25
| | | | llvm-svn: 172383
* asan: improve allocator benchmarkDmitry Vyukov2013-01-111-0/+1
| | | | llvm-svn: 172213
* asan: improve the benchmarkDmitry Vyukov2013-01-111-5/+7
| | | | llvm-svn: 172209
* [sanitizer] fix the non-cmake build (2-nd attempt)Kostya Serebryany2013-01-101-0/+1
| | | | llvm-svn: 172068
* [sanitizer] fix the non-cmake buildKostya Serebryany2013-01-101-3/+3
| | | | llvm-svn: 172063
* [sanitizer] add standalone_malloc_testKostya Serebryany2013-01-101-0/+59
llvm-svn: 172061
OpenPOWER on IntegriCloud