Lines Matching refs:munmap
25 * mmap/munmap /dev/zero: a common way of malloc()/free() anonymous
32 * option to mmap/munmap anonymous pages.
48 * 16M in size is also multi-threaded the subsequent munmap() of
148 if (munmap(x + SIZE + ps, SIZE - ps - ps) == -1)
149 tst_brkm(TFAIL | TERRNO, cleanup, "munmap");
159 if (munmap(x + SIZE + ps, SIZE - ps - ps) == -1)
161 "subsequent munmap #1");
168 if (munmap(x + SIZE + ps, SIZE - ps - ps) == -1)
170 "subsequent munmap #2");
178 if (munmap(x, SIZE + SIZE - ps) == -1)
179 tst_resm(TFAIL | TERRNO, "munmap all");