Searched refs:allocators_by_id_ (Results 1 – 3 of 3) sorted by relevance
63 DCHECK(!allocators_by_id_.Lookup(id)); in RegisterSubprocessAllocator()72 allocators_by_id_.AddWithID(std::move(allocator), id); in RegisterSubprocessAllocator()78 if (!allocators_by_id_.Lookup(id)) in DeregisterSubprocessAllocator()84 allocators_by_id_.Replace(id, nullptr)); in DeregisterSubprocessAllocator()85 allocators_by_id_.Remove(id); in DeregisterSubprocessAllocator()114 for (AllocatorByIdMap::iterator iter(&allocators_by_id_); !iter.IsAtEnd(); in MergeHistogramDeltas()
109 AllocatorByIdMap allocators_by_id_; variable
66 return provider_->allocators_by_id_; in get_allocators_by_id()