issue-461: Fix to malloc_extension.h so that it builds with -std=gnu++98
git-svn-id: http://gperftools.googlecode.com/svn/trunk@190 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
This commit is contained in:
parent
84b983c8d4
commit
b96203b591
|
@ -400,7 +400,7 @@ struct MallocRange {
|
||||||
INUSE, // Application is using this range
|
INUSE, // Application is using this range
|
||||||
FREE, // Range is currently free
|
FREE, // Range is currently free
|
||||||
UNMAPPED, // Backing physical memory has been returned to the OS
|
UNMAPPED, // Backing physical memory has been returned to the OS
|
||||||
UNKNOWN,
|
UNKNOWN
|
||||||
// More enum values may be added in the future
|
// More enum values may be added in the future
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue