Searched refs:MAXPAGES (Results 1 – 1 of 1) sorted by relevance
90 #define MAXPAGES 10000 macro433 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()