|
From: <sv...@va...> - 2009-05-04 06:03:47
|
Author: njn
Date: 2009-05-04 07:03:40 +0100 (Mon, 04 May 2009)
New Revision: 9753
Log:
Tweak a comment.
Modified:
branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c
===================================================================
--- branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-04 05:55:46 UTC (rev 9752)
+++ branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-04 06:03:40 UTC (rev 9753)
@@ -2357,8 +2357,8 @@
if (!ok)
return VG_(mk_SysRes_Error)( VKI_EINVAL );
-// DDD: the Darwin tag used here seems to just be for statistical
-// purposes. --njn
+// On Darwin, for anonymous maps you can pass in a tag which is used by
+// programs like vmmap for statistical purposes.
#ifndef VM_TAG_VALGRIND
# define VM_TAG_VALGRIND 0
#endif
|