A sampling profiler for Dalvik.
diff --git a/vm/LinearAlloc.h b/vm/LinearAlloc.h
index c9a5c08..a390ee3 100644
--- a/vm/LinearAlloc.h
+++ b/vm/LinearAlloc.h
@@ -116,6 +116,6 @@
  * Determine if [start, start+length) is contained in the in-use area of
  * a single LinearAlloc.  The full set of linear allocators is scanned.
  */
-bool dvmLinearAllocContains(void* start, size_t length);
+bool dvmLinearAllocContains(const void* start, size_t length);
 
 #endif /*_DALVIK_LINEARALLOC*/