Home
last modified time | relevance | path

Searched defs:AllocationMap (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.h115 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable
/external/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h120 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp22 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp22 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef
/external/webrtc/p2p/base/
Dturn_server.h179 AllocationMap; typedef
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory_test.cc56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function
/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
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc56 std::map<std::type_index, int>& AllocationMap() { in AllocationMap() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h334 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; variable
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp335 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef