Home | History | Annotate | Download | only in src

Lines Matching refs:empty_

280     result = empty_->PopRandom(pe);
298 return empty_->Push(pe);
432 logprintf(0, "Process Error: while initializing empty_ list\n");
620 empty_ = new PageEntryQueue(pages_);
622 if ((empty_ == NULL) || (valid_ == NULL))
699 empty_ = 0;
1831 if (empty_) {
1832 delete empty_;
1833 empty_ = 0;