Searched refs:memory_id (Results 1 – 3 of 3) sorted by relevance
105 std::string memory_id; in GenerateMemoryProfile() local111 memory_id = absl::StrCat(stat.IntValue()); in GenerateMemoryProfile()114 memory_id = std::string(stat.StrOrRefValue()); in GenerateMemoryProfile()160 (*memory_profile.mutable_memory_profile_per_allocator())[memory_id] in GenerateMemoryProfile()165 (*memory_profile.mutable_memory_profile_per_allocator())[memory_id] in GenerateMemoryProfile()
117 map<string /*memory_id*/, PerAllocatorMemoryProfile>
1217 uint64_t memory_id = reinterpret_cast<uint64_t &>(memory); in DispatchFreeMemory() local1218 auto iter = unique_id_mapping.pop(memory_id); in DispatchFreeMemory()