Carve              80 third_party/tcmalloc/chromium/src/page_heap.cc       return Carve(ll->next, n);
Carve              86 third_party/tcmalloc/chromium/src/page_heap.cc       return Carve(ll->next, n);
Carve             143 third_party/tcmalloc/chromium/src/page_heap.cc   return best == NULL ? NULL : Carve(best, n);
Carve             260 third_party/tcmalloc/chromium/src/page_heap.h   Span* Carve(Span* span, Length n);
Carve              80 third_party/tcmalloc/vendor/src/page_heap.cc       return Carve(ll->next, n);
Carve              86 third_party/tcmalloc/vendor/src/page_heap.cc       return Carve(ll->next, n);
Carve             142 third_party/tcmalloc/vendor/src/page_heap.cc   return best == NULL ? NULL : Carve(best, n);
Carve             249 third_party/tcmalloc/vendor/src/page_heap.h   Span* Carve(Span* span, Length n);