Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp66 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) { in allocateSection()
130 FreeMemBlock FreeMB; in allocateSection()
205 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) { in applyMemoryGroupPermissions()
213 [](FreeMemBlock &FreeMB) { in applyMemoryGroupPermissions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h154 struct FreeMemBlock { struct
170 SmallVector<FreeMemBlock, 16> FreeMem; argument