HomeSort by relevance Sort by last modified time
    Searched defs:Carve (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 80 return Carve(ll->next, n);
86 return Carve(ll->next, n);
143 return best == NULL ? NULL : Carve(best, n);
176 Span* PageHeap::Carve(Span* span, Length n) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 80 return Carve(ll->next, n);
86 return Carve(ll->next, n);
142 return best == NULL ? NULL : Carve(best, n);
163 Span* PageHeap::Carve(Span* span, Length n) {

Completed in 2433 milliseconds