Searched refs:rss_bytes_for_testing (Results 1 – 3 of 3) sorted by relevance
23 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 1024; in TEST()28 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing += kAllocSize; in TEST()32 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 0; in TEST()
29 uint64_t ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 0; member in base::trace_event::ProcessMemoryTotalsDumpProvider50 const uint64_t rss_bytes = rss_bytes_for_testing in OnMemoryDump()51 ? rss_bytes_for_testing in OnMemoryDump()
35 static uint64_t rss_bytes_for_testing;