Searched refs:active_alloc_map (Results 1 – 1 of 1) sorted by relevance
327 absl::flat_hash_map<int64 /*address*/, IndexMetaPair> active_alloc_map; in ProcessActiveAllocations() local340 active_alloc_map[metadata.address()] = {i, &metadata}; in ProcessActiveAllocations()344 if (active_alloc_map.contains(metadata.address())) { in ProcessActiveAllocations()345 active_alloc_map.erase(metadata.address()); in ProcessActiveAllocations()363 for (const auto& address_and_index_meta : active_alloc_map) { in ProcessActiveAllocations()