Searched defs:AllocationMap (Results 1 – 9 of 9) sorted by relevance
115 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable
22 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef
179 AllocationMap; typedef
56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function