/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 22 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef 27 IPMMAlloc(AllocationMap SegBlocks) : SegBlocks(std::move(SegBlocks)) {} in allocate() 73 AllocationMap SegBlocks; in allocate() 80 AllocationMap Blocks; in allocate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 22 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef 27 IPMMAlloc(AllocationMap SegBlocks) : SegBlocks(std::move(SegBlocks)) {} in allocate() 73 AllocationMap SegBlocks; in allocate() 80 AllocationMap Blocks; in allocate()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function 70 AllocationMap()[typeid(T)] += n; in allocate() 74 AllocationMap()[typeid(T)] -= n; in deallocate() 83 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, Gt(0)))); in TEST() 86 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, 0))); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | container_memory_test.cc | 56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function 70 AllocationMap()[typeid(T)] += n; in allocate() 74 AllocationMap()[typeid(T)] -= n; in deallocate() 83 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, Gt(0)))); in TEST() 86 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, 0))); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function 70 AllocationMap()[typeid(T)] += n; in allocate() 74 AllocationMap()[typeid(T)] -= n; in deallocate() 83 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, Gt(0)))); in TEST() 86 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, 0))); in TEST()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function 70 AllocationMap()[typeid(T)] += n; in allocate() 74 AllocationMap()[typeid(T)] -= n; in deallocate() 83 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, Gt(0)))); in TEST() 86 EXPECT_THAT(AllocationMap(), ElementsAre(Pair(_, 0))); in TEST()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 120 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef 121 AllocationMap m_allocations; 125 AllocationMap::iterator FindAllocation(lldb::addr_t addr, size_t size);
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 31 AllocationMap::iterator iter; in ~IRMemoryMap() 164 IRMemoryMap::AllocationMap::iterator 169 AllocationMap::iterator iter = m_allocations.lower_bound(addr); in FindAllocation() 187 AllocationMap::const_iterator iter = m_allocations.lower_bound(addr); in IntersectsAllocation() 433 AllocationMap::iterator iter = m_allocations.find(process_address); in Leak() 449 AllocationMap::iterator iter = m_allocations.find(process_address); in Free() 492 AllocationMap::iterator iter = FindAllocation(address, size); in GetAllocSize() 518 AllocationMap::iterator iter = FindAllocation(process_address, size); in WriteMemory() 628 AllocationMap::iterator iter = FindAllocation(process_address, size); in ReadMemory() 786 AllocationMap::iterator iter = FindAllocation(process_address, size); in GetMemoryData()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | allocation_tracker.h | 115 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable 128 absl::flat_hash_map<int, AllocationMap> opaque_to_allocation_map_
|
D | allocation_tracker.cc | 208 AllocationMap& allocation_map = opaque_to_allocation_map_[device_ordinal]; in AddAllocationOrIncrementRefCount() 222 AllocationMap& allocation_map = opaque_to_allocation_map_[device_ordinal]; in DecrementRefCount()
|
/external/webrtc/p2p/base/ |
D | test_turn_server.h | 128 const TurnServer::AllocationMap& map = server_.allocations(); in FindAllocation() 129 for (TurnServer::AllocationMap::const_iterator it = map.begin(); in FindAllocation()
|
D | turn_server.h | 179 AllocationMap; typedef 204 const AllocationMap& allocations() const { in allocations() 339 AllocationMap allocations_;
|
D | turn_server.cc | 457 AllocationMap::const_iterator it = allocations_.find(*conn); in FindAllocation() 558 AllocationMap::iterator it = allocations_.find(*(allocation->conn())); in OnAllocationDestroyed()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 334 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; variable 384 AllocationMap HostSegBlocks; 385 AllocationMap TargetSegBlocks;
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink.cpp | 335 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef 340 IPMMAlloc(JITLinkSlabAllocator &Parent, AllocationMap SegBlocks) in allocate() 377 AllocationMap SegBlocks; in allocate() 380 AllocationMap Blocks; in allocate()
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 3926 <!-- HeapProfileTable::AllocationMap HeapProfileTable::Snapshot::map_ --> 4042 <!-- typedef AddressMap<HeapProfileTable::AllocValue> HeapProfileTable::AllocationMap --> 4043 …<typedef-decl name='AllocationMap' type-id='type-id-235' filepath='src/heap-profile-table.h' line=… 4154 <!-- HeapProfileTable::AllocationMap* HeapProfileTable::address_map_ --> 4339 …le::WriteProfile(const HeapProfileTable::AllocValue::Bucket&, HeapProfileTable::AllocationMap*) --> 4345 <!-- parameter of type 'HeapProfileTable::AllocationMap*' --> 5796 <!-- HeapProfileTable::AllocationMap* -->
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2419 …<typedef-decl name='AllocationMap' type-id='type-id-235' filepath='src/heap-profile-table.h' line=…
|