OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
page_heap.cc
408
result->
normal_length
[s] = DLL_Length(&free_[s].normal);
tcmalloc.cc
465
if (small.
normal_length
[s] + small.returned_length[s] > 0) {
477
const int n_length = small.
normal_length
[s];
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc
347
result->
normal_length
[s] = DLL_Length(&free_[s].normal);
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
...]
Completed in 81 milliseconds