Home | History | Annotate | Download | only in btreplay

Lines Matching defs:pgsize

150 static size_t pgsize;			// System Page size
314 for (i = 0; i < bsize; i += pgsize)
327 if (posix_memalign(&buf, pgsize, nbytes)) {
1593 pgsize = getpagesize();
1594 assert(pgsize > 0);