diff options
Diffstat (limited to 'compiler-rt/lib/hwasan/hwasan_allocator.h')
| -rw-r--r-- | compiler-rt/lib/hwasan/hwasan_allocator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/hwasan/hwasan_allocator.h b/compiler-rt/lib/hwasan/hwasan_allocator.h index 3589212d852..119ead886c0 100644 --- a/compiler-rt/lib/hwasan/hwasan_allocator.h +++ b/compiler-rt/lib/hwasan/hwasan_allocator.h @@ -76,7 +76,9 @@ class HwasanChunkView { uptr Beg() const; // First byte of user memory uptr End() const; // Last byte of user memory uptr UsedSize() const; // Size requested by the user + uptr ActualSize() const; // Size allocated by the allocator. u32 GetAllocStackId() const; + bool FromSmallHeap() const; private: uptr block_; Metadata *const metadata_; |

