Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sanitizer_common] Create max_allocation_size_mb flag. | Matt Morehouse | 2019-10-30 | 1 | -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 .cpp | Nico Weber | 2019-08-01 | 1 | -0/+353 |
Like r367463, but for lsan. llvm-svn: 367561 |