Introduce per-page-color modified page lists
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 30s
Builds / ExectOS (i686, debug) (push) Successful in 41s
Builds / ExectOS (amd64, debug) (push) Successful in 43s
Builds / ExectOS (i686, release) (push) Successful in 37s

This commit is contained in:
2026-01-01 16:46:26 +01:00
parent 00702bfb23
commit 5ff0cad094
3 changed files with 28 additions and 6 deletions

View File

@@ -12,6 +12,9 @@
/* Array of free page lists segregated by cache color */
PMMCOLOR_TABLES MM::Colors::FreePages[FreePageList + 1];
/* Array of modified pages segregated by cache color */
MMPFNLIST MM::Colors::ModifiedPages[MM_PAGING_COLORS];
/* Number of supported page colors */
ULONG MM::Colors::PagingColors;