Searched refs:pgsize (Results 1 – 2 of 2) sorted by relevance
52 static int pgsize; variable68 if (pgsize == 0)69 pgsize = getpagesize();70 curobj = (char *)malloc(n + EXTRABYTES + pgsize * 2);74 e = (char *)roundup((unsigned long)e, pgsize);75 if (mprotect(e, pgsize, PROT_NONE) == -1) {99 if (mprotect((caddr_t)(p + n + EXTRABYTES), pgsize,101 mprotect((caddr_t)(p + n + EXTRABYTES), pgsize,
150 static size_t pgsize; // System Page size variable314 for (i = 0; i < bsize; i += pgsize) in touch_memory()327 if (posix_memalign(&buf, pgsize, nbytes)) { in buf_alloc()1593 pgsize = getpagesize(); in main()1594 assert(pgsize > 0); in main()