Home
last modified time | relevance | path

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

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