Lines Matching refs:ThisAllocated
61 unsigned ThisAllocated : 1; member
145 assert(!ThisAllocated && !getBlockAfter().PrevAllocated && in AllocateBlock()
148 ThisAllocated = 1; in AllocateBlock()
161 assert(ThisAllocated && "This block is already free!"); in FreeBlock()
167 if (!FollowingBlock->ThisAllocated) { in FreeBlock()
187 assert(FollowingBlock->ThisAllocated && "Missed coalescing?"); in FreeBlock()
197 FreeBlock.ThisAllocated = 0; in FreeBlock()
222 assert(ThisAllocated && getBlockAfter().PrevAllocated && in TrimAllocationToSize()
252 NewNextBlock.ThisAllocated = 0; in TrimAllocationToSize()
400 EndBlock->ThisAllocated = 1; in allocateNewCodeSlab()
406 NewBlock->ThisAllocated = 0; in allocateNewCodeSlab()
535 assert(MemRange->ThisAllocated && "Block isn't allocated!"); in deallocateBlock()
624 Mem3->ThisAllocated = 1; in DefaultJITMemoryManager()
631 Mem2->ThisAllocated = 0; in DefaultJITMemoryManager()
640 Mem1->ThisAllocated = 1; in DefaultJITMemoryManager()
648 Mem0->ThisAllocated = 0; in DefaultJITMemoryManager()
742 if (Hdr->ThisAllocated == 0) { in CheckInvariants()
762 if (LastHdr && LastHdr->ThisAllocated != Hdr->PrevAllocated) { in CheckInvariants()
764 << "LastHdr->ThisAllocated (" << LastHdr->ThisAllocated << ")"; in CheckInvariants()