Searched refs:MAXPAGES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c90 #define MAXPAGES 10000 macro
433 page_map = malloc((size_t)(MAXPAGES * sizeof (long *)));
1073 if (current.page_count >= MAXPAGES) {
1074 fatal("page reversal limit (%d) reached", MAXPAGES);

Completed in 84 milliseconds