Home
last modified time | relevance | path

Searched refs:listpair (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1817 SpanList* listpair = (static_cast<size_t>(extra) < kMaxPages) ? &free_[extra] : &large_; in Carve() local
1818 Span* dst = &listpair->normal; in Carve()