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:
chappedm@gmail.com 2012-12-22 20:14:08 +00:00
parent 84b983c8d4
commit b96203b591
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ struct MallocRange {
INUSE, // Application is using this range
FREE, // Range is currently free
UNMAPPED, // Backing physical memory has been returned to the OS
UNKNOWN,
UNKNOWN
// More enum values may be added in the future
};