Searched refs:normal_length (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h165 int64 normal_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
H A Dtcmalloc.cc468 if (small.normal_length[s] + small.returned_length[s] > 0) {
480 const int n_length = small.normal_length[s];
893 i.total_bytes_free = (s << kPageShift) * small.normal_length[s];
H A Dpage_heap.cc408 result->normal_length[s] = DLL_Length(&free_[s].normal);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h155 int64 normal_length[kMaxPages]; member in struct:tcmalloc::PageHeap::SmallSpanStats
H A Dtcmalloc.cc437 if (small.normal_length[s] + small.returned_length[s] > 0) {
449 const int n_length = small.normal_length[s];
883 i.total_bytes_free = (s << kPageShift) * small.normal_length[s];
H A Dpage_heap.cc347 result->normal_length[s] = DLL_Length(&free_[s].normal);

Completed in 112 milliseconds