Searched refs:Maps (Results 1 – 2 of 2) sorted by relevance
182 typedef AllocationTrackingMultiMap<void*, MemMap*, kAllocatorTagMaps> Maps; typedef240 static Maps* maps_ GUARDED_BY(Locks::mem_maps_lock_);245 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps);
63 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) { in operator <<()74 MemMap::Maps* MemMap::maps_ = nullptr;740 maps_ = new Maps; in Init()