Searched refs:p_NewB (Results 1 – 1 of 1) sorted by relevance
177 t_FreeBlock *p_PrevB, *p_CurrB, *p_NewB; in AddFree() local185 p_PrevB = p_NewB = 0; in AddFree()224 if ((p_NewB = CreateFreeBlock(alignBase, end-alignBase)) == NULL) in AddFree()227 p_NewB->p_Next = p_CurrB; in AddFree()229 p_PrevB->p_Next = p_NewB; in AddFree()231 p_MM->freeBlocks[i] = p_NewB; in AddFree()265 if ((p_NewB = CreateFreeBlock(alignBase, end-base)) == NULL) in AddFree()269 p_PrevB->p_Next = p_NewB; in AddFree()271 p_MM->freeBlocks[i] = p_NewB; in AddFree()275 if ((alignment == 1) && !p_NewB) in AddFree()[all …]