Home
last modified time | relevance | path

Searched defs:MemoryBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_memory_adapter.h65 struct MemoryBlock { struct
66 MemoryBlock(void *ptr, const size_t size, const std::string &tag) { in MemoryBlock() function
74 std::string mem_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h31 MemoryBlock() : Address(nullptr), Size(0) { } in MemoryBlock() function
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } in MemoryBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h34 MemoryBlock() : Address(nullptr), AllocatedSize(0) {} in MemoryBlock() function
35 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2241 class MemoryBlock class
3299 MemoryBlock::MemoryBlock( in MemoryBlock() function in D3D12MA::MemoryBlock