Searched defs:PageRec (Results 1 – 2 of 2) sorted by relevance
423 struct PageRec { struct424 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
1959 page_recs_ = new struct PageRec[sat_->disk_pages()]; in Work() local