Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp110 void *RawMemory = ::operator new( in Create() local
112 new(RawMemory) GVMemoryBlock(GV); in Create()
113 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock); in Create()