HomeSort by relevance Sort by last modified time
    Searched refs:returned_length (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 196 ULONG returned_length = 0; local
203 &returned_length);
205 if (returned_length !=
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 166 int64 returned_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
tcmalloc.cc 468 if (small.normal_length[s] + small.returned_length[s] > 0) {
481 const int r_length = small.returned_length[s];
    [all...]
page_heap.cc 409 result->returned_length[s] = DLL_Length(&free_[s].returned);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 156 int64 returned_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
tcmalloc.cc 437 if (small.normal_length[s] + small.returned_length[s] > 0) {
450 const int r_length = small.returned_length[s];
    [all...]
page_heap.cc 348 result->returned_length[s] = DLL_Length(&free_[s].returned);

Completed in 121 milliseconds