| commit | cdacef5836df5fd69488d627e4d0db7cd3a86fae | [log] [tgz] |
|---|---|---|
| author | Bob Lee <crazybob@google.com> | Thu Jul 30 18:17:37 2009 -0700 |
| committer | Bob Lee <crazybob@google.com> | Thu Aug 06 11:22:32 2009 -0700 |
| tree | 5650ed55f105bba7eb11649f6bd1dab17ec945e0 | |
| parent | c5fd71bcccb6a62607338c60245ced5179234e7a [diff] [blame] |
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*/