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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 165 int64 normal_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
tcmalloc.cc 468 if (small.normal_length[s] + small.returned_length[s] > 0) {
480 const int n_length = small.normal_length[s];
    [all...]
page_heap.cc 408 result->normal_length[s] = DLL_Length(&free_[s].normal);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 155 int64 normal_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
tcmalloc.cc 437 if (small.normal_length[s] + small.returned_length[s] > 0) {
449 const int n_length = small.normal_length[s];
    [all...]
page_heap.cc 347 result->normal_length[s] = DLL_Length(&free_[s].normal);

Completed in 120 milliseconds