Home | History | Annotate | Download | only in src

Lines Matching defs:bitmap

323 // Set up the bitmap of physical pages in case we want to see which pages were
338 unsigned char *bitmap = new unsigned char[arraysize];
339 sat_assert(bitmap);
342 memset(bitmap, 0, arraysize);
345 page_bitmap_ = bitmap;