Searched refs:rightPart (Results 1 – 1 of 1) sorted by relevance
585 FreeBlock *rightPart = (FreeBlock*)((uintptr_t)newBlock + totalSize); in splitBlock() local589 if ((uintptr_t)rightPart != fBlockEnd) { in splitBlock()590 rightPart->initHeader(); // to prevent coalescing rightPart with fBlock in splitBlock()591 size_t rightSize = fBlockEnd - (uintptr_t)rightPart; in splitBlock()592 coalescAndPut(rightPart, rightSize, toAlignedBin(rightPart, rightSize)); in splitBlock()