From 6e3cda4dfc23cb17e83ff63242b4f0d931d1422b Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 23 Aug 2016 18:13:51 +0000 Subject: [asan] minor fix in the asan memory profile llvm-svn: 279547 --- compiler-rt/lib/asan/asan_allocator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt/lib/asan/asan_allocator.h') 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 { -- cgit v1.2.3