K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-06-19T14:46:13.000000Z K 7 svn:log V 256 When no fixed address is given in a shmat() request, pass a hint address to vm_map_find() that is less likely to be outside of addressable memory for 32-bit processes: just past the end of the largest possible heap. This is the same hint that mmap() uses. END