Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp54 unsigned PrevAllocated : 1; member
70 if (PrevAllocated) return 0; in getFreeBlockBefore()
133 assert(!ThisAllocated && !getBlockAfter().PrevAllocated && in AllocateBlock()
137 getBlockAfter().PrevAllocated = 1; in AllocateBlock()
150 assert(FollowingBlock->PrevAllocated && "Flags out of sync!"); in FreeBlock()
172 FollowingBlock->PrevAllocated = 1; in FreeBlock()
184 FollowingBlock->PrevAllocated = 0; in FreeBlock()
202 getBlockAfter().PrevAllocated = 0; in GrowBlock()
210 assert(ThisAllocated && getBlockAfter().PrevAllocated && in TrimAllocationToSize()
241 NewNextBlock.PrevAllocated = 1; in TrimAllocationToSize()
[all …]