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