Home
last modified time | relevance | path

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

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