Searched refs:listpair (Results 1 – 1 of 1) sorted by relevance
1705 SpanList* listpair = (static_cast<size_t>(extra) < kMaxPages) ? &free_[extra] : &large_; in Carve() local1706 Span* dst = released ? &listpair->returned : &listpair->normal; in Carve()