Searched refs:freeBlocks (Results 1 – 2 of 2) sorted by relevance
186 p_CurrB = p_MM->freeBlocks[i]; in AddFree()231 p_MM->freeBlocks[i] = p_NewB; in AddFree()247 p_MM->freeBlocks[i] = p_CurrB->p_Next; in AddFree()271 p_MM->freeBlocks[i] = p_NewB; in AddFree()317 p_CurrB = p_MM->freeBlocks[i]; in CutFree()335 p_MM->freeBlocks[i] = p_CurrB->p_Next; in CutFree()550 p_FreeB = p_MM->freeBlocks[MM_MAX_ALIGNMENT]; in MmGetGreaterAlignment()676 p_FreeBlock = p_MM->freeBlocks[i]; in MM_Free()742 p_FreeB = p_MM->freeBlocks[i]; in MM_Get()863 p_FreeB = p_MM->freeBlocks[i]; in MM_GetForceMin()[all …]
98 t_FreeBlock *freeBlocks[MM_MAX_ALIGNMENT + 1]; member