Home
last modified time | relevance | path

Searched defs:MemoryAllocatorDumpGuid (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_guid.cc25 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(uint64_t guid) : guid_(guid) {} in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid
27 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid() in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid
31 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str) in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid
/external/libchrome/base/memory/
Dshared_memory_tracker.h20 class MemoryAllocatorDumpGuid; variable