From b96203b591f63d24cd2979241b18534d22358bca Mon Sep 17 00:00:00 2001 From: "chappedm@gmail.com" Date: Sat, 22 Dec 2012 20:14:08 +0000 Subject: 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 --- src/gperftools/malloc_extension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gperftools/malloc_extension.h b/src/gperftools/malloc_extension.h index b180115..5fa7624 100644 --- a/src/gperftools/malloc_extension.h +++ b/src/gperftools/malloc_extension.h @@ -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 }; -- cgit v1.2.1