Searched refs:ThisAllocated (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp59 /// ThisAllocated - This is true if this block is currently allocated. If
61 unsigned ThisAllocated : 1; member in struct:__anon25848::MemoryRangeHeader
150 assert(!ThisAllocated && !getBlockAfter().PrevAllocated &&
153 ThisAllocated = 1;
166 assert(ThisAllocated && "This block is already free!");
172 if (!FollowingBlock->ThisAllocated) {
192 assert(FollowingBlock->ThisAllocated && "Missed coalescing?");
202 FreeBlock.ThisAllocated = 0;
227 assert(ThisAllocated && getBlockAfter().PrevAllocated &&
257 NewNextBlock.ThisAllocated
[all...]

Completed in 199 milliseconds