summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_allocator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer_common] Create max_allocation_size_mb flag.Matt Morehouse2019-10-301-3/+10
| | | | | | | | | | | | | | | | | Summary: The flag allows the user to specify a maximum allocation size that the sanitizers will honor. Any larger allocations will return nullptr or crash depending on allocator_may_return_null. Reviewers: kcc, eugenis Reviewed By: kcc, eugenis Subscribers: #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D69576
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-0/+353
Like r367463, but for lsan. llvm-svn: 367561
OpenPOWER on IntegriCloud