summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_memory_profile.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-129/+0
| | | | | | Like r367463, but for asan. llvm-svn: 367558
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [sanitizer] Cleanup sorting functionsVitaly Buka2018-05-091-4/+4
| | | | llvm-svn: 331915
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-2/+2
| | | | llvm-svn: 331617
* [Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov2017-10-131-0/+3
| | | | | | | | | | | | Summary: . Reviewers: cryptoad Subscribers: kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D38834 llvm-svn: 315730
* [asan] trying to fix the windows buildKostya Serebryany2017-03-151-2/+4
| | | | llvm-svn: 297918
* [asan] add one more argument to __sanitizer_print_memory_profile, remove a ↵Kostya Serebryany2017-03-151-7/+14
| | | | | | redundant weak definition. llvm-svn: 297914
* Improved ASAN allocator and quarantine stats.Evgeniy Stepanov2017-01-051-24/+42
| | | | | | | | | | | | | | Summary: Improved ASAN allocator and quarantine stats. Reviewers: eugenis Patch by Alex Shlyapnikov. Subscribers: llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D28333 llvm-svn: 291183
* [asan] minor fix in the asan memory profileKostya Serebryany2016-08-231-1/+1
| | | | llvm-svn: 279547
* [asan] fix arm buildKostya Serebryany2016-06-021-2/+2
| | | | llvm-svn: 271474
* [asan] add an interface function __sanitizer_print_memory_profile (a basic ↵Kostya Serebryany2016-06-021-0/+100
memory profiler; asan/Linux-only for now) llvm-svn: 271463
OpenPOWER on IntegriCloud