Home | History | Annotate | Download | only in src

Lines Matching defs:bitmap

303 // Set up the bitmap of physical pages in case we want to see which pages were
318 unsigned char *bitmap = new unsigned char[arraysize];
319 sat_assert(bitmap);
322 memset(bitmap, 0, arraysize);
325 page_bitmap_ = bitmap;