Home
last modified time | relevance | path

Searched refs:page_bitmap_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dsat.cc345 page_bitmap_ = bitmap; in AddrMapInit()
369 page_bitmap_[offset] |= mask; in AddrMapUpdate()
389 bool touched = page_bitmap_[offset] & mask; in AddrMapPrint()
697 page_bitmap_ = 0; in Sat()
2019 if (page_bitmap_) { in Cleanup()
2020 delete[] page_bitmap_; in Cleanup()
Dsat.h204 unsigned char *page_bitmap_; // Store bitmap of physical pages seen. variable