commit | 75165d015cc737f951d4264f8c55012298abdb18 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Sep 12 14:00:31 2013 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Sep 12 14:10:46 2013 -0700 |
tree | 7456a0d7ae25f17172791637aecca68728723429 | |
parent | ab280c02ab94734c38415164ba880881e104ae38 [diff] [blame] |
Add valgrind support to compiler arena allocator. Change-Id: Id9974301d3810bfac968ee562b01a11098e402c2
diff --git a/runtime/gc/space/dlmalloc_space.cc b/runtime/gc/space/dlmalloc_space.cc index 8b99e96..0de676e 100644 --- a/runtime/gc/space/dlmalloc_space.cc +++ b/runtime/gc/space/dlmalloc_space.cc
@@ -22,7 +22,7 @@ #include "utils.h" #include <valgrind.h> -#include <../memcheck/memcheck.h> +#include <memcheck/memcheck.h> namespace art { namespace gc {