commit | 1e13374baf7dfaf442ffbf9809c37c131d681eaf | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Wed May 20 12:30:59 2015 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Mon Jul 13 17:38:40 2015 -0700 |
tree | 9a8a53295a8389d7ec10accf3efb8785a97a3599 | |
parent | f68c8545382925062da2b87169ca2b5314f0b431 [diff] [blame] |
Generalize Valgrind annotations in ART to support ASan. Also add redzones around non-fixed mem_map(s). Also extend -Wframe-larger-than limit to enable arm64 ASan build. Change-Id: Ie572481a25fead59fc8978d2c317a33ac418516c
diff --git a/runtime/gc/space/malloc_space.h b/runtime/gc/space/malloc_space.h index 9495864..6c689cd 100644 --- a/runtime/gc/space/malloc_space.h +++ b/runtime/gc/space/malloc_space.h
@@ -20,6 +20,7 @@ #include "space.h" #include <ostream> +#include "base/memory_tool.h" namespace art { namespace gc {