Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143667
[HWASAN] Add support for max_allocation_size_mb option ClosedPublic Authored by kstoimenov on Feb 9 2023, 10:24 AM.
Details
Diff Detail
Event Timelinevitalybuka added inline comments. This revision is now accepted and ready to land.Feb 9 2023, 11:05 AM This revision was landed with ongoing or failed builds.Feb 9 2023, 12:25 PM Closed by commit rGd87468e56c22: [HWASAN] Add support for max_allocation_size_mb option (authored by kstoimenov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496209 compiler-rt/lib/hwasan/hwasan_allocator.cpp
compiler-rt/test/lsan/TestCases/realloc_too_big.c
|
It's Init, we call it once, LIKELY/UNLIKEY no important here, I reccomend to remove them for redability
we need them in hot code only.