On Thu, 11 Sep 1997 proff@suburbia.net wrote: > > HP-UX mmap() much prefers to pick the address to which the file should > > be attached itself. You might find more details on that in the > > manpage. > > > > rick jones > > these opinions are mine, all mine; HP might not want them anyway... :) > > -- end of forwarded message -- > > You could try the following: > > #ifdef MMALLOC > # define MMAP_BASE_ADDRESS 0x20000000 > #endif > > #ifdef MMALLOC > # define MMAP_BASE_ADDRESS 0 > #endif IT WORKS! At least, preliminary tests look good. I'm going to start beating on it with the world's best load generator...our tech support department. :) Thanks alot!