OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_url_entries
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/test/perf/
memory_test.cc
437
size_t
total_url_entries
= urls_length_ * kIterations_ * 2 - 1;
variable
439
test_urls_ = new std::string[
total_url_entries
];
453
for (; fill_position <
total_url_entries
; fill_position += 2) {
460
return
total_url_entries
;
Completed in 68 milliseconds