Searched refs:FreeMemoryList (Results 1 – 1 of 1) sorted by relevance
291 FreeRangeHeader *FreeMemoryList; member in __anone29d22b10211::DefaultJITMemoryManager332 FreeRangeHeader* candidateBlock = FreeMemoryList; in startFunctionBody()333 FreeRangeHeader* head = FreeMemoryList; in startFunctionBody()361 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()394 NewBlock->AddToFreeList(FreeMemoryList); in allocateNewCodeSlab()412 FreeMemoryList =CurBlock->TrimAllocationToSize(FreeMemoryList, BlockSize); in endFunctionBody()418 CurBlock = FreeMemoryList; in allocateSpace()419 FreeMemoryList = FreeMemoryList->AllocateBlock(); in allocateSpace()428 FreeMemoryList =CurBlock->TrimAllocationToSize(FreeMemoryList, BlockSize); in allocateSpace()461 FreeMemoryList =CurBlock->TrimAllocationToSize(FreeMemoryList, BlockSize); in endExceptionTable()[all …]