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