[valgrind-variant] r145 committed - [OSX] Decrease aspacem_maxAddr to make the address space manager aware...

8 views
Skip to first unread message

valgrind...@googlecode.com

unread,
Jun 4, 2013, 11:26:15 AM6/4/13
to valgrind-var...@googlegroups.com
Revision: 145
Author: ramosia...@gmail.com
Date: Tue Jun 4 08:26:03 2013
Log: [OSX] Decrease aspacem_maxAddr to make the address space manager
aware about the memory above 0xfe000000 that is reserved for internal use.

http://code.google.com/p/valgrind-variant/source/detail?r=145

Modified:
/trunk/valgrind/coregrind/m_aspacemgr/aspacemgr-linux.c

=======================================
--- /trunk/valgrind/coregrind/m_aspacemgr/aspacemgr-linux.c Thu Nov 29
04:08:30 2012
+++ /trunk/valgrind/coregrind/m_aspacemgr/aspacemgr-linux.c Tue Jun 4
08:26:03 2013
@@ -1636,7 +1636,8 @@

# if VG_WORDSIZE == 4
aspacem_minAddr = (Addr) 0x00001000;
- aspacem_maxAddr = (Addr) 0xffffffff;
+ // glider: addresses above 0xfe000000 appear to be reserved for the
system.
+ aspacem_maxAddr = (Addr) 0xfdffffff;

aspacem_cStart = aspacem_minAddr;
aspacem_vStart = 0xf0000000; // 0xc0000000..0xf0000000 available
Reply all
Reply to author
Forward
0 new messages