Home
last modified time | relevance | path

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

/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