Home
last modified time | relevance | path

Searched refs:CountResidentBytes (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_dump.h72 static size_t CountResidentBytes(void* start_address, size_t mapped_size);
Dprocess_memory_dump.cc77 size_t ProcessMemoryDump::CountResidentBytes(void* start_address, in CountResidentBytes() function in base::trace_event::ProcessMemoryDump
224 return CountResidentBytes(start_address, mapped_size); in CountResidentBytesInSharedMemory()
Dprocess_memory_dump_unittest.cc483 #define MAYBE_CountResidentBytes CountResidentBytes
492 size_t res1 = ProcessMemoryDump::CountResidentBytes(memory1, size1); in TEST()
501 ProcessMemoryDump::CountResidentBytes(memory2, kVeryLargeMemorySize); in TEST()