Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This patch also adds AsanChunkView::AllocType and makes enum AllocType a part of the interface (for now just internally).
Paths
| Differential D23569
Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a function to get all the information about the address, and one to print it. ClosedPublic Authored by filcab on Aug 16 2016, 8:52 AM.
Details Summary
Diff Detail
Event TimelineComment Actions This patch also adds AsanChunkView::AllocType and makes enum AllocType a part of the interface (for now just internally). This revision is now accepted and ready to land.Aug 16 2016, 2:19 PM Closed by commit rL278917: Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a… (authored by filcab). · Explain WhyAug 17 2016, 2:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68324 compiler-rt/trunk/lib/asan/asan_allocator.h
compiler-rt/trunk/lib/asan/asan_allocator.cc
compiler-rt/trunk/lib/asan/asan_descriptions.h
compiler-rt/trunk/lib/asan/asan_descriptions.cc
compiler-rt/trunk/lib/asan/asan_report.h
compiler-rt/trunk/lib/asan/asan_report.cc
|