Searched refs:aspacem_minAddr (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c102 The available space is delimited by aspacem_minAddr and
104 at any (sane) setting. For 32-bit Linux, aspacem_minAddr is set
108 A command line option allows to change the value of aspacem_minAddr,
124 Note that the aspacem_minAddr/aspacem_maxAddr limits apply only to
336 static Addr aspacem_minAddr = 0; variable
1646 aspacem_minAddr = VG_(clo_aspacem_minAddr);
1653 aspacem_cStart = aspacem_minAddr;
1658 aspacem_cStart = aspacem_minAddr;
1686 aspacem_cStart = aspacem_minAddr;
1687 aspacem_vStart = VG_PGROUNDUP(aspacem_minAddr
[all...]

Completed in 294 milliseconds