OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexthistory
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
span.cc
46
span->history[span->
nexthistory
] = op;
47
span->value[span->
nexthistory
] = v;
48
span->
nexthistory
++;
49
if (span->
nexthistory
== sizeof(span->history)) span->
nexthistory
= 0;
59
result->
nexthistory
= 0;
span.h
58
int
nexthistory
;
member in struct:tcmalloc::Span
/external/chromium_org/third_party/tcmalloc/vendor/src/
span.cc
46
span->history[span->
nexthistory
] = op;
47
span->value[span->
nexthistory
] = v;
48
span->
nexthistory
++;
49
if (span->
nexthistory
== sizeof(span->history)) span->
nexthistory
= 0;
59
result->
nexthistory
= 0;
span.h
58
int
nexthistory
;
member in struct:tcmalloc::Span
Completed in 78 milliseconds