Home
last modified time | relevance | path

Searched refs:AllocationMap (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp22 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/
DJITLinkMemoryManager.cpp22 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/
Dcontainer_memory_test.cc56 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/
Dcontainer_memory_test.cc56 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/
Dcontainer_memory_test.cc56 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/
Dcontainer_memory_test.cc56 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/
DIRMemoryMap.h120 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/
DIRMemoryMap.cpp31 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/
Dallocation_tracker.h115 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable
128 absl::flat_hash_map<int, AllocationMap> opaque_to_allocation_map_
Dallocation_tracker.cc208 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/
Dtest_turn_server.h128 const TurnServer::AllocationMap& map = server_.allocations(); in FindAllocation()
129 for (TurnServer::AllocationMap::const_iterator it = map.begin(); in FindAllocation()
Dturn_server.h179 AllocationMap; typedef
204 const AllocationMap& allocations() const { in allocations()
339 AllocationMap allocations_;
Dturn_server.cc457 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/
DOrcRemoteTargetClient.h334 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; variable
384 AllocationMap HostSegBlocks;
385 AllocationMap TargetSegBlocks;
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp335 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/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi3926 <!-- 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/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi2419 …<typedef-decl name='AllocationMap' type-id='type-id-235' filepath='src/heap-profile-table.h' line=…