Searched refs:ThisAllocated (Results 1 – 1 of 1) sorted by relevance
61 unsigned ThisAllocated : 1; member145 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()[all …]