const DIAG_MAX_PAGES_PER_CHUNK: usize = _; // 512usize
Max pages we can bitmap in a single 2 MB accept chunk (2 MB / 4 KB = 512).