OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returned_length
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc
212
ULONG
returned_length
= 0;
local
219
&
returned_length
);
221
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
page_heap.cc
409
result->
returned_length
[s] = DLL_Length(&free_[s].returned);
tcmalloc.cc
465
if (small.normal_length[s] + small.
returned_length
[s] > 0) {
478
const int r_length = small.
returned_length
[s];
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc
348
result->
returned_length
[s] = DLL_Length(&free_[s].returned);
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
...]
Completed in 2394 milliseconds