Home | History | Annotate | Download | only in mmapstress

Lines Matching defs:ERROR

63 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", TCID, \
76 ERROR("initial sbrk failed");
82 ERROR("couldn't round up brk to a page boundary");
89 ERROR("couldn't brk large space for segments");
93 ERROR("couldn't find top of brk");
101 ERROR("failed to munmap odd hole in brk segment");
108 ERROR("do_test should leave the top of brk where it began");
115 ERROR("couldn't brk back over holes");
119 ERROR("couldn't find top of break again");
127 ERROR("failed to munmap even hole in brk segment");
135 ERROR("failed to completely remove brk");
139 ERROR("failed to fiddle with brk at the end");
149 ERROR("really large mmap didn't fail");
153 ERROR("really large mmap didn't set errno = ENOMEM nor EINVAL");
171 ERROR("mmap failed");
179 ERROR("mmap failed");
183 ERROR("sbrk failed to grow over mmaped region");
187 ERROR("sbrk failed to shrink back to mmaped region");
191 ERROR("sbrk failed to shrink over mmaped region more");
195 ERROR("sbrk failed to shrink some more");
199 ERROR("sbrk failed to change brk segment to original size");