Searched refs:candidateBlock (Results 1 – 1 of 1) sorted by relevance
349 FreeRangeHeader* candidateBlock = FreeMemoryList; in startFunctionBody() local353 uintptr_t largest = candidateBlock->BlockSize; in startFunctionBody()359 candidateBlock = iter; in startFunctionBody()371 candidateBlock = allocateNewCodeSlab((size_t)ActualSize); in startFunctionBody()375 CurBlock = candidateBlock; in startFunctionBody()378 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()468 FreeRangeHeader* candidateBlock = FreeMemoryList; in allocateCodeSection() local472 uintptr_t largest = candidateBlock->BlockSize; in allocateCodeSection()478 candidateBlock = iter; in allocateCodeSection()489 candidateBlock = allocateNewCodeSlab((size_t)Size); in allocateCodeSection()[all …]