diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-08-23 18:13:51 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-08-23 18:13:51 +0000 |
| commit | 6e3cda4dfc23cb17e83ff63242b4f0d931d1422b (patch) | |
| tree | a4173fd41486c314b421e9e81eaaa43757d5515f /compiler-rt/lib/asan/asan_allocator.h | |
| parent | c0f6c9b8c16d90ca6886daa8679685d485acc8a6 (diff) | |
| download | bcm5719-llvm-6e3cda4dfc23cb17e83ff63242b4f0d931d1422b.tar.gz bcm5719-llvm-6e3cda4dfc23cb17e83ff63242b4f0d931d1422b.zip | |
[asan] minor fix in the asan memory profile
llvm-svn: 279547
Diffstat (limited to 'compiler-rt/lib/asan/asan_allocator.h')
| -rw-r--r-- | compiler-rt/lib/asan/asan_allocator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_allocator.h b/compiler-rt/lib/asan/asan_allocator.h index 19142fbde4c..c179b86aa36 100644 --- a/compiler-rt/lib/asan/asan_allocator.h +++ b/compiler-rt/lib/asan/asan_allocator.h @@ -91,6 +91,7 @@ class AsanChunkView { }; AsanChunkView FindHeapChunkByAddress(uptr address); +AsanChunkView FindHeapChunkByAllocBeg(uptr address); // List of AsanChunks with total size. class AsanChunkFifoList: public IntrusiveList<AsanChunk> { |

