mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
The stack base starts at the beginning of the protection page/zone, so we need to add VG_STACK_GUARD_SZB to get the real lowest usable byte. As the VgStack is an opaque type, add a function in aspacemgr to return the Addr of the first lowest usable byte.