|
From: <sv...@va...> - 2015-05-22 15:14:12
|
Author: florian
Date: Fri May 22 16:14:04 2015
New Revision: 15278
Log:
Fix a comment. Do not enumerate segment kinds as all segments
have an extent ... including SkShmC segments.
Modified:
trunk/include/pub_tool_aspacemgr.h
Modified: trunk/include/pub_tool_aspacemgr.h
==============================================================================
--- trunk/include/pub_tool_aspacemgr.h (original)
+++ trunk/include/pub_tool_aspacemgr.h Fri May 22 16:14:04 2015
@@ -94,7 +94,7 @@
typedef
struct {
SegKind kind;
- /* Extent (SkFree, SkAnon{C,V}, SkFile{C,V}, SkResvn) */
+ /* Extent */
Addr start; // lowest address in range
Addr end; // highest address in range
/* Shrinkable? (SkResvn only) */
|