HomeSort by relevance Sort by last modified time
    Searched refs:CountResidentBytes (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
process_memory_dump.h 65 static size_t CountResidentBytes(void* start_address, size_t mapped_size);
process_memory_dump_unittest.cc 161 TEST(ProcessMemoryDumpTest, CountResidentBytes) {
169 size_t res1 = ProcessMemoryDump::CountResidentBytes(memory1.get(), size1);
177 size_t res2 = ProcessMemoryDump::CountResidentBytes(memory2.get(),
process_memory_dump.cc 35 size_t ProcessMemoryDump::CountResidentBytes(void* start_address,

Completed in 527 milliseconds