Home
last modified time | relevance | path

Searched defs:PageRec (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dworker.h424 struct PageRec { struct
425 struct Pattern *pattern; // This is the data it should contain.
426 void *src; // This is the memory location the data was sourced from.
450 virtual bool SectorValidatePage(const struct PageRec &page, argument
Dworker.cc1965 page_recs_ = new struct PageRec[sat_->disk_pages()]; in Work() local