Searched defs:total_bytes (Results 1 – 6 of 6) sorted by relevance
65 uint64_t total_bytes = 0; in GetRSSBytes() local
206 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
33 uint64_t total_bytes = 0; in print_pinlist_summary() local
138 int64_t total_bytes = get_file_size(probed_file); in probe_resident_memory() local
493 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
270 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()